File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Buffer received - next send in 2 sec
38
38
#include < AsyncTCP.h>
39
39
#include < StreamString.h>
40
40
#include < WiFi.h>
41
+ #include < assert.h>
41
42
42
43
#include < functional>
43
44
#include < string>
Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
30
30
[env:arduino-3-latest]
31
31
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc2/platform-espressif32.zip
32
32
33
+ [env:arduino-libretiny]
34
+ platform = libretiny
35
+ board = generic-bk7231n-qfn32-tuya
36
+ build_flags =
37
+ ${env.build_flags}
38
+ -Wno-unused-parameter
39
+ -Wno-unused-variable
40
+ -Wno-missing-field-initializers
41
+
33
42
; CI
34
43
35
44
[env:ci-arduino-2]
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ static unsigned long millis() {
37
37
#define CONFIG_ASYNC_TCP_USE_WDT 0
38
38
#endif
39
39
40
+ #include < assert.h>
41
+
40
42
extern " C" {
41
43
#include " lwip/dns.h"
42
44
#include " lwip/err.h"
You can’t perform that action at this time.
0 commit comments