We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc3674 commit 7338ecdCopy full SHA for 7338ecd
Firmware/RTK_Everywhere/Begin.ino
@@ -1315,6 +1315,9 @@ void beginButtons()
1315
if (beginGpioExpander(0x20) == false)
1316
{
1317
systemPrintln("Directional pad not detected");
1318
+
1319
+ present.microSd = false;
1320
1321
return;
1322
}
1323
Firmware/RTK_Everywhere/SD.ino
@@ -107,7 +107,7 @@ bool sdCardPresent(void)
107
108
else
109
110
- reportFatalError("sdCardPresent: gpioExpander not online.");
+ //reportFatalError("sdCardPresent: gpioExpander not online.");
111
return (false);
112
113
0 commit comments