mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
Update battery.c
This commit is contained in:
@@ -32,8 +32,8 @@ static const char *TAG = "battery";
|
||||
static struct {
|
||||
int channel;
|
||||
float sum, avg, scale;
|
||||
int count, attenuation;
|
||||
int cells;
|
||||
int count;
|
||||
int cells, attenuation;
|
||||
TimerHandle_t timer;
|
||||
} battery = {
|
||||
.channel = CONFIG_BAT_CHANNEL,
|
||||
|
||||
Reference in New Issue
Block a user