Skip to content

Commit c533684

Browse files
authored
Rename LibreTuya to LibreTiny (#4)
1 parent c043464 commit c533684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": "2.0.0",
1414
"license": "LGPL-3.0",
1515
"frameworks": "arduino",
16-
"platforms": ["espressif32", "libretuya"],
16+
"platforms": ["espressif32", "libretiny"],
1717
"build": {
1818
"libCompatMode": 2
1919
}

src/AsyncTCP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "IPAddress.h"
2626
#include <functional>
2727

28-
#ifndef LIBRETUYA
28+
#ifndef LIBRETINY
2929
#include "sdkconfig.h"
3030
extern "C" {
3131
#include "freertos/semphr.h"

0 commit comments

Comments
 (0)