Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 8f1a512

Browse files
committed
for legacy-testing reasons, better to define the used percent instead of avail
1 parent e86d954 commit 8f1a512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log.capnp

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ struct ThermalData {
287287
chargingError @17 :Bool;
288288
chargingDisabled @18 :Bool;
289289

290-
memAvailPercent @19 :Int8;
290+
memUsedPercent @19 :Int8;
291291
cpuPerc @20 :Int8;
292292

293293
enum ThermalStatus {

0 commit comments

Comments
 (0)