Skip to content

Commit 884b696

Browse files
committed
fix: esp8266 compile issue
1 parent a43400d commit 884b696

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

include/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#ifndef VERSION
3-
#define VERSION "dev.1770586033 - 2026-02-08 13:27:13.849011"
3+
#define VERSION "dev.1770586580 - 2026-02-08 13:36:20.742165"
44
#endif
55
#ifndef VERSION_SHORT
6-
#define VERSION_SHORT "dev.1770586033"
6+
#define VERSION_SHORT "dev.1770586580"
77
#endif

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lib_deps =
3636
build_flags =
3737
-D CORE_DEBUG_LEVEL=4
3838
-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1
39-
39+
-D LOG_LEVEL=LOG_LEVEL_VERBOSE
4040

4141
[env:esp8266]
4242
platform = espressif8266

0 commit comments

Comments
 (0)