File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
examples/CustomPrompt/CustomPrompt Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ void setup() {
9696 // delay(1000);
9797 // }
9898
99+ // NOTE: async is disabled now define MENU_ASYNC to activate it
99100 // following code is an async navigation example
100101 // its async because it does not require a known menu state
101102 // because you can indicate the zero indexed option positions separated by /
Original file line number Diff line number Diff line change @@ -19,12 +19,7 @@ for correcting unsigned values validation
1919 #define RSITE_ARDUINO_MENU_SYSTEM
2020 #include < Arduino.h>
2121 #if defined(DEBUG)
22- // #ifdef _U8G2LIB_HH
23- // because U8G2 already uses Streaming
2422 #include < Streaming.h>
25- // #else
26- // #include <streamFlow.h>
27- // #endif
2823 #endif
2924 #include " menuBase.h"
3025 #include " shadows.h"
You can’t perform that action at this time.
0 commit comments