Browse Source

add spiffs instructions

main
Hendrik Langer 6 years ago
parent
commit
88ad59d50a
  1. 1
      src/main.cpp

1
src/main.cpp

@ -4,6 +4,7 @@
* platformio run --target upload && platformio device monitor -b 115200
* Decode stack trace:
* 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>

Loading…
Cancel
Save