mirror of
https://github.com/me-no-dev/AsyncTCP.git
synced 2025-08-03 12:44:48 +02:00
Rename LibreTuya to LibreTiny (#4)
This commit is contained in:
committed by
GitHub
parent
c043464129
commit
c53368456f
@@ -13,7 +13,7 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["espressif32", "libretuya"],
|
"platforms": ["espressif32", "libretiny"],
|
||||||
"build": {
|
"build": {
|
||||||
"libCompatMode": 2
|
"libCompatMode": 2
|
||||||
}
|
}
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
#include "IPAddress.h"
|
#include "IPAddress.h"
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#ifndef LIBRETUYA
|
#ifndef LIBRETINY
|
||||||
#include "sdkconfig.h"
|
#include "sdkconfig.h"
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "freertos/semphr.h"
|
#include "freertos/semphr.h"
|
||||||
|
Reference in New Issue
Block a user