Rename LibreTuya to LibreTiny (#4)

This commit is contained in:
Kuba Szczodrzyński
2023-09-01 04:12:55 +02:00
committed by GitHub
parent c043464129
commit c53368456f
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
"version": "2.0.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif32", "libretuya"],
"platforms": ["espressif32", "libretiny"],
"build": {
"libCompatMode": 2
}

View File

@@ -25,7 +25,7 @@
#include "IPAddress.h"
#include <functional>
#ifndef LIBRETUYA
#ifndef LIBRETINY
#include "sdkconfig.h"
extern "C" {
#include "freertos/semphr.h"