mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-11 18:29:22 -07:00
Rename battery temperature log to gauge temperature
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
This commit is contained in:
committed by
Philippe Teuwen
parent
ed06150edc
commit
8d6cccd4ca
+1
-1
@@ -242,7 +242,7 @@ static void print_pm5_battery_status(void) {
|
||||
(cur > 5) ? _GREEN_("(charging)") :
|
||||
(cur < -5) ? _YELLOW_("(discharging)") : "(idle)");
|
||||
Dbprintf(" Remaining capacity.. %u mAh", rem);
|
||||
Dbprintf(" Battery temp........ %d.%d C", tempC10 / 10, tabs % 10);
|
||||
Dbprintf(" Temp (gauge)........ %d.%d C", tempC10 / 10, tabs % 10);
|
||||
} else {
|
||||
Dbprintf(" Fuel gauge.......... " _YELLOW_("not responding") " (BQ27427 absent or I2C down)");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user