Skip to content

Commit 4b6ebbd

Browse files
committed
Use 'Fuel Gauge' in messages instead of part number.
1 parent 410889e commit 4b6ebbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/Begin.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ void beginFuelGauge()
864864
if (lipo.getHIBRTActThr() < 0xFF) lipo.setHIBRTActThr((uint8_t)0xFF);
865865
if (lipo.getHIBRTHibThr() < 0xFF) lipo.setHIBRTHibThr((uint8_t)0xFF);
866866

867-
systemPrintln("MAX17048 configuration complete");
867+
systemPrintln("Fuel gauge configuration complete");
868868

869869
checkBatteryLevels(); //Force check so you see battery level immediately at power on
870870

0 commit comments

Comments
 (0)