I think I see the issue, but the fix is going to take a bit to get added to BrewFlasher/Fermentrack. In the mean time, you can try running:
esptool.py erase_region 0xe000 0x2000
...and let me know if everything starts working. You MIGHT have to flash again after running that command, but you shouldn't need to
Still not working. I entered:
Code:
esptool.py erase_region 0xe000 0x2000
Code:
esptool.py --chip esp32 --before default_reset --after hard_reset write_flash 0x10000 firmware.bin 0x8000 partitions.bin 0x3D1000 spiffs.bin