diff --git a/library.json b/library.json index 468e29c..dba64db 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "version": "2.0.0", "license": "LGPL-3.0", "frameworks": "arduino", - "platforms": ["espressif32", "libretuya"], + "platforms": ["espressif32", "libretiny"], "build": { "libCompatMode": 2 } diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index 74659db..1e781b3 100644 --- a/src/AsyncTCP.h +++ b/src/AsyncTCP.h @@ -25,7 +25,7 @@ #include "IPAddress.h" #include -#ifndef LIBRETUYA +#ifndef LIBRETINY #include "sdkconfig.h" extern "C" { #include "freertos/semphr.h"