sieren / Homepoint

Espressif ESP32 Based Smarthome screen for MQTT
MIT License
607 stars 84 forks source link

Update Partition Table #153

Closed sieren closed 3 years ago

sieren commented 3 years ago

Partition Table was wrongly set to 500kb for SPIFFS, where it should be multiples of 4K blocks. spiffs.bin was over 500kb already, resulting in flashing beyond what's defined in partition.csv and the partition layout.

Potentially fixes https://github.com/sieren/Homepoint/issues/87