-
Notifications
You must be signed in to change notification settings - Fork 121
Description
Hi guys,
Trying to compile code and upload to my TTGO Lora32 T3_1.6.1. I can compile the source (firmware) without problems and it uploads to my device but when I run the pio monitor command I see I get the error:
`rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 188777542, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
[ 227][E][Preferences.cpp:483] getString(): nvs_get_str len fail: un NOT_FOUND
No name saved
Got username
Got IF setting WiFi
Got txPwr setting 17
Got loraFrq setting 915
Got sf setting 9
[ 238][E][Preferences.cpp:503] getBytesLength(): nvs_get_blob len fail: duty NOT_FOUND
Got duty setting 0.100000
Got interval setting 10000
Got gps setting 0
- Initializing WiFi...
--> Started WiFi AP "disaster.radio 6d088e2c", IP address: 0.0.0.0 - Initializing mDNS responder...
--> Advertising http://disaster.local - Initializing SPIFFS...
- Initializing HTTP server...
--> Serving web application from SPIFFS - Initializing history...
--> Storing (limited) history in memory - Initializing serial...
- Initializing telnet server...
- Initializing WebSocket server...
- Initializing LoRa...
ets Jun 8 2016 00:22:57
rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 188777542, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
[ 227][E][Preferences.cpp:483] getString(): nvs_get_str len fail: un NOT_FOUND
No name saved
Got username
Got IF setting WiFi
Got txPwr setting 17
Got loraFrq setting 915
Got sf setting 9
[ 238][E][Preferences.cpp:503] getBytesLength(): nvs_get_blob len fail: duty NOT_FOUND
Got duty setting 0.100000
Got interval setting 10000
Got gps setting 0
- Initializing WiFi...
Brownout detector was triggered
ets Jun 8 2016 00:22:57
`