|
@ -4,6 +4,7 @@ |
|
|
* platformio run --target upload && platformio device monitor -b 115200 |
|
|
* platformio run --target upload && platformio device monitor -b 115200 |
|
|
* Decode stack trace: |
|
|
* Decode stack trace: |
|
|
* addr2line -pfiaC -e .pioenvs/heltec_wifi_lora_32/firmware.elf 0x4013abed:0x3ffe35d0 |
|
|
* addr2line -pfiaC -e .pioenvs/heltec_wifi_lora_32/firmware.elf 0x4013abed:0x3ffe35d0 |
|
|
|
|
|
* SPIFFS: put files in data directory, platformio run --target uploadfs |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
#include <Arduino.h> |
|
|
#include <Arduino.h> |
|
|