mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
minor tweaks
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#define BATTERY_TIMER (10*1000)
|
||||
|
||||
static const char TAG[] = "battery";
|
||||
static const char *TAG = "battery";
|
||||
|
||||
static struct {
|
||||
float sum, avg;
|
||||
|
||||
Reference in New Issue
Block a user