Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a83959ab5f | ||
|
|
b1896002e5 | ||
|
|
cc39de9b04 |
@@ -39,5 +39,6 @@
|
||||
},
|
||||
"name": "Generic - Host-native",
|
||||
"vendor": "N/A",
|
||||
"url": "https://kuba2k2.github.io/libretuya/",
|
||||
"symbol": "Native"
|
||||
}
|
||||
|
||||
@@ -27,7 +27,8 @@ env.Append(
|
||||
# LibreTuya configuration
|
||||
("LT_ARD_HAS_WIFI", "1"),
|
||||
# macros
|
||||
("mbedtls_net_set_nonblock", "net_set_nonblock"), # mbedtls_net_set_nonblock is commented out in tls_net.c
|
||||
# mbedtls_net_set_nonblock is commented out in tls_net.c
|
||||
("mbedtls_net_set_nonblock", "net_set_nonblock"),
|
||||
],
|
||||
LINKFLAGS=[
|
||||
# stdio wrappers (port/printf/printf.c)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/kuba2k2/platformio-libretuya"
|
||||
},
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"frameworks": {
|
||||
"arduino": {
|
||||
"title": "Generic Arduino framework",
|
||||
|
||||
Reference in New Issue
Block a user