is it possible to do a WebUpdate via one Bin file which combines Firmware and Filesystem Bin?
I use the "Exported Sketch Binary" from Arduino and the "ESP LittleFS Data Upload" binary for the Filesystem.
So I get two files:
SketchName.ino.generic.bin (My Firmware)
SketchName.mklittlefs.bin (My Filesystem)
My 1MB (8Mbit) Flash is parted to "FS:256KB OTA:~374KB"
(Sonoff TH16)
With the "flash_download_tool_v3.8.5" I can combine two binary files into one.
How do I need to set the Flash Adresses to get on working FW Update Binary based on my settings?