From c53368456fc79630b39b37a8464455c92c50b6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Fri, 1 Sep 2023 04:12:55 +0200 Subject: [PATCH] Rename LibreTuya to LibreTiny (#4) --- library.json | 2 +- src/AsyncTCP.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"