mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-12-05 15:10:40 +00:00
ESP IDF Robot
This commit is contained in:
@@ -147,6 +147,8 @@ void app_main(void)
|
||||
|
||||
configure_button();
|
||||
|
||||
printf("Added button interrupt");
|
||||
|
||||
while (1) {
|
||||
ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF");
|
||||
blink_led();
|
||||
|
||||
Reference in New Issue
Block a user