Revert "fix spiffs"

This reverts commit 22dbfca9af.
This commit is contained in:
Hansi, dl9rdz 2019-10-27 14:04:45 +01:00
parent 22dbfca9af
commit 1940ce2f50
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 1507328 $PWD/spiffs.bin
- $MKSPIFFS -c $PWD/RX_FSK/data -b 4096 -p 256 -s 1503232 $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