Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpittaway committed Mar 7, 2024
1 parent 0d1e861 commit 5ca8ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESPController/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3724,7 +3724,7 @@ const std::array<log_level_t, 22> log_levels =
{.tag = "diybms-webreq", .level = ESP_LOG_INFO},
{.tag = "diybms-web", .level = ESP_LOG_INFO},
{.tag = "diybms-set", .level = ESP_LOG_INFO},
{.tag = "diybms-mqtt", .level = ESP_LOG_DEBUG},
{.tag = "diybms-mqtt", .level = ESP_LOG_INFO},
{.tag = "diybms-pylon", .level = ESP_LOG_INFO},
{.tag = "diybms-pyforce", .level = ESP_LOG_INFO},
{.tag = "curmon", .level = ESP_LOG_INFO}};
Expand Down

0 comments on commit 5ca8ddb

Please sign in to comment.