mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-27 12:50:49 +03:00
merge in progress
This commit is contained in:
@@ -21,13 +21,11 @@
|
||||
|
||||
static const char TAG[] = "battery";
|
||||
|
||||
#ifdef CONFIG_SQUEEZEAMP
|
||||
static struct {
|
||||
float sum, avg;
|
||||
int count;
|
||||
TimerHandle_t timer;
|
||||
} battery;
|
||||
#endif
|
||||
|
||||
/****************************************************************************************
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user