fix spiffs

This commit is contained in:
Hansi, dl9rdz 2019-10-27 13:45:52 +01:00
parent 6e9e0e2144
commit 22dbfca9af
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ script:
- arduino --board esp32:esp32:t-beam --verify $PWD/RX_FSK/RX_FSK.ino
- find build
- find /home/travis/.arduino15/packages/esp32/hardware/esp32/
- $MKSPIFFS -c $PWD/RX_FSK/data -b 4096 -p 256 -s 1503232 $PWD/spiffs.bin
- $MKSPIFFS -c $PWD/RX_FSK/data -b 4096 -p 256 -s 1507328 $PWD/spiffs.bin
- $PWD/scripts/makeimage.py $ESP32TOOLS $PWD/build/RX_FSK.ino.bin $PWD/spiffs.bin $PWD/out.bin
after_success:
- .travis/push.sh