Skip to content

Commit

Permalink
Removed LED status for recording
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiasTux committed Aug 14, 2024
1 parent e3a4c93 commit 056b0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenEarable.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void OpenEarable::config_callback(SensorConfigurationPacket *config) {
i2s_player.start();
}
}
update_current_led_status(config);
// update_current_led_status(config);
//else task_manager.begin();
}

Expand Down

0 comments on commit 056b0bb

Please sign in to comment.