Skip to content

Commit

Permalink
disable logs
Browse files Browse the repository at this point in the history
  • Loading branch information
meatpiHQ committed Mar 28, 2024
1 parent 1a8fd22 commit 2c60777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,6 @@ void app_main(void)
// pdTRUE, /* BIT_0 should be cleared before returning. */
// pdFALSE, /* Don't wait for both bits, either bit will do. */
// portMAX_DELAY);/* Wait forever. */
// esp_log_level_set("*", ESP_LOG_NONE);
esp_log_level_set("*", ESP_LOG_NONE);
}

0 comments on commit 2c60777

Please sign in to comment.