Skip to content

Commit

Permalink
really add battery led at boot
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe44 committed Jan 25, 2022
1 parent 297859a commit 4c86997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/targets/muse/muse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4c86997

Please sign in to comment.