File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33#include < menu.h>
44#include < menuIO/serialIO.h>
55#include < plugin/SDMenu.h>
6- // enable this include if using esp8266
7- // #include <menuIO/esp8266Out.h>
86
97using namespace Menu ;
108
@@ -71,6 +69,7 @@ void setup() {
7169 }
7270 filePickMenu.begin ();// need this after sd begin
7371 Serial.println (" initialization done." );
72+ nav.useAccel =false ;
7473}
7574
7675constexpr int menuFPS=25 ;
Original file line number Diff line number Diff line change 44#include < menuIO/serialIO.h>
55#include < plugin/SdFatMenu.h>
66// enable this include if using esp8266
7- // #include <menuIO/esp8266Out.h>
7+ #include < menuIO/esp8266Out.h>
88
99using namespace Menu ;
1010
11- // esp8266 SS
12- #define SDCARD_SS 15
11+ // esp8266 SS (wemos mini)
12+ #define SDCARD_SS SS
1313SdFat sd;
1414
1515// function to handle file select
@@ -62,6 +62,7 @@ void setup() {
6262 }
6363 filePickMenu.begin ();// need this after sd begin
6464 Serial.println (" initialization done." );
65+ nav.useAccel =false ;
6566}
6667
6768constexpr int menuFPS=25 ;
Original file line number Diff line number Diff line change 11name =ArduinoMenu library
2- version =4.17.11
2+ version =4.17.12
33author =Rui Azevedo,
[email protected] 44maintainer =neu-rah,
[email protected] 55sentence =Generic menu/interactivity system
You can’t perform that action at this time.
0 commit comments