8000 Update main.c · embenix/pycom-micropython-sigfox@b5ec9ca · GitHub
[go: up one dir, main page]

Skip to content

Commit b5ec9ca

Browse files
committed
Update main.c
1 parent 8a6923f commit b5ec9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void app_main(void) {
111111
esp32_init_chip_info();
112112

113113
// remove all the logs from the IDF
114-
esp_log_level_set("*", ESP_LOG_NONE);
114+
// esp_log_level_set("*", ESP_LOG_NONE);
115115

116116
// setup the timer used as a reference in mphal
117117
machtimer_preinit();

0 commit comments

Comments
 (0)
0