mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
really add battery led at boot
This commit is contained in:
@@ -56,6 +56,7 @@ static bool init(void) {
|
||||
|
||||
ws2812_control_init();
|
||||
float value = battery_value_svc();
|
||||
set_battery_led(value);
|
||||
|
||||
ESP_LOGI(TAG, "Initializing for Muse %f", value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user