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