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

Skip to content

Commit 8a6923f

Browse files
committed
Update updater.c
Enable debugging
1 parent 06dfad0 commit 8a6923f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/ftp/updater.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "esp_spi_flash.h"
1919
#include "esp_flash_encrypt.h"
2020
#include "esp_image_format.h"
21-
//#define LOG_LOCAL_LEVEL ESP_LOG_INFO
21+
#define LOG_LOCAL_LEVEL ESP_LOG_INFO
2222
#include "esp_log.h"
2323
#include "rom/crc.h"
2424
#include "esp32chipinfo.h"

0 commit comments

Comments
 (0)
0