File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ board = esp12e
2727framework = arduino
2828upload_speed =921600
2929build_flags =
30- -DMENU_ASYNC
31- -DMENU_FMT_WRAPS
32- -DMENU_IDLE_BKGND
30+ ; -DMENU_ASYNC
31+ ; -DMENU_FMT_WRAPS
32+ ; -DMENU_IDLE_BKGND
3333 -DNO_MENU_DEBUG
3434 -DNO_WEB_DEBUG
3535 -DMENU_SSID =" \" r-site.net\" " -DMENU_PASS =" \" rsite.2011\" "
Original file line number Diff line number Diff line change 11name =ArduinoMenu library
2- version =4.17.8
2+ version =4.17.9
33author =Rui Azevedo,
[email protected] 44maintainer =neu-rah,
[email protected] 55sentence =Generic menu/interactivity system
Original file line number Diff line number Diff line change 88#ifndef __AVR_ARCH__
99 #define MENU_USERAM
1010#endif
11+ #if defined(ESP8266)
12+ #define MENU_ASYNC
13+ #define MENU_FMT_WRAPS
14+ #define MENU_IDLE_BKGND
15+ #endif
1116#if defined(ESP8266) | defined(CORE_TEENSY)
1217 #define typeof (x ) __typeof__(x)
1318#endif
You can’t perform that action at this time.
0 commit comments