Skip to content

Commit

Permalink
change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefferson-Lopes committed Feb 28, 2024
1 parent 0ce4ecb commit 3da3615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TCU/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ void app_main(void) {

system_lora_init(cr, sbw, sf);

esp_log_level_set("*", ESP_LOG_WARN);

// -----fire up tasks-----
xTaskCreatePinnedToCore(
task_alive_LED, // task function
Expand Down

0 comments on commit 3da3615

Please sign in to comment.