This commit is contained in:
2025-12-12 08:35:20 +01:00
committed by example
parent 356d7de2cf
commit 0ce45a133b
23 changed files with 616 additions and 135 deletions

View File

@@ -1,4 +1,11 @@
ARDUINO_LIBRARIES := ArduinoJson6
ARDUINO_LIBRARIES := ArduinoJson6 MultipartParser OtaUpgrade
HWCONFIG = spiffs
HWCONFIG = spiffs-two-roms
SPIFF_FILES = files
ifndef MAKE_DOCS
web-upload: spiffs-image-update
$(call WriteFlash,$(SPIFF_START_ADDR)=$(SPIFF_BIN_OUT))
endif