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 410889e commit 4b6ebbdCopy full SHA for 4b6ebbd
Firmware/RTK_Surveyor/Begin.ino
@@ -864,7 +864,7 @@ void beginFuelGauge()
864
if (lipo.getHIBRTActThr() < 0xFF) lipo.setHIBRTActThr((uint8_t)0xFF);
865
if (lipo.getHIBRTHibThr() < 0xFF) lipo.setHIBRTHibThr((uint8_t)0xFF);
866
867
- systemPrintln("MAX17048 configuration complete");
+ systemPrintln("Fuel gauge configuration complete");
868
869
checkBatteryLevels(); //Force check so you see battery level immediately at power on
870
0 commit comments