feat: Battery Percent & Temp for Android

This commit is contained in:
collecting
2025-10-07 19:51:12 +00:00
parent 8a7e3c5398
commit 9c7d0bb49c

View File

@@ -58,6 +58,8 @@ private:
float gpu_temperature = 0.0f;
QString cpu_sensor_type;
QString gpu_sensor_type;
int battery_percentage = 0;
float battery_temperature = 0.0f;
// Frame graph data
static constexpr size_t MAX_FRAME_HISTORY = 120; // 2 seconds at 60 FPS