thunderace / Esp8266-Arduino-Makefile

Makefile to build arduino code for ESP8266/ESP32x under linux (tested on debian X64)
34 stars 20 forks source link

Add command to upload spiffs over ota #31

Closed mwinters-stuff closed 4 years ago

mwinters-stuff commented 4 years ago

spiffs can be upload using espota.py, so the following command is quite handy.

ota_fs: fs $(ESPOTA) -i $(OTA_IP) -p $(OTA_PORT) -a $(OTA_AUTH) --spiffs -f $(FS_IMAGE)