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 abd79bd commit af81f62Copy full SHA for af81f62
Firmware/RTK_Everywhere/Display.ino
@@ -2388,7 +2388,7 @@ void paintSystemTest()
2388
2389
oled->setFont(QW_FONT_5X7); // Set font to smallest
2390
2391
- if (present.microSD)
+ if (present.microSd)
2392
{
2393
oled->setCursor(xOffset, yOffset); // x, y
2394
oled->print("SD:");
Firmware/RTK_Everywhere/System.ino
@@ -98,7 +98,7 @@ void updateBattery()
98
((uint8_t)readAnalogPinAsDigital(pin_chargerLED));
99
systemPrint("MCP73833 Charger: ");
100
if (combinedStat == 3)
101
- systemPrintln("standby / fault");
+ systemPrintln("standby");
102
else if (combinedStat == 2)
103
systemPrintln("battery is charging");
104
else if (combinedStat == 1)
0 commit comments