3 Commits

Author SHA1 Message Date
Kuba Szczodrzyński
a83959ab5f [release] v0.6.1
Some checks failed
Lint check / Lint with clang-format (push) Has been cancelled
Lint check / Lint with black (push) Has been cancelled
PlatformIO Publish / publish (push) Has been cancelled
2022-06-30 21:22:12 +02:00
Kuba Szczodrzyński
b1896002e5 [boards] Add missing URL field in generic-native.json 2022-06-30 21:21:29 +02:00
Kuba Szczodrzyński
cc39de9b04 [core] Fix beken-72xx-arduino.py formatting 2022-06-30 20:47:54 +02:00
3 changed files with 4 additions and 2 deletions

View File

@@ -39,5 +39,6 @@
},
"name": "Generic - Host-native",
"vendor": "N/A",
"url": "https://kuba2k2.github.io/libretuya/",
"symbol": "Native"
}

View File

@@ -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)

View File

@@ -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",