Skip to content

Commit

Permalink
Merge pull request #1975 from Navid200/Navid_2022_01_29
Browse files Browse the repository at this point in the history
Keep G6 battery voltage logs for 7 days
  • Loading branch information
jamorham authored Feb 15, 2022
2 parents 9f4d576 + a8ac93f commit 8d5082d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ public synchronized static boolean setStoredBatteryBytes(String transmitterId, b
if (transmitterId.length() != 6) return false;
if (data.length < 10) return false;
final BatteryInfoRxMessage batteryInfoRxMessage = new BatteryInfoRxMessage(data);
UserError.Log.e(TAG, "Saving battery data: " + batteryInfoRxMessage.toString());
UserError.Log.uel(TAG, "Saving battery data: " + batteryInfoRxMessage.toString());
PersistentStore.setBytes(G5_BATTERY_MARKER + transmitterId, data);
PersistentStore.setLong(G5_BATTERY_FROM_MARKER + transmitterId, tsl());

Expand Down

0 comments on commit 8d5082d

Please sign in to comment.