MaibornWolff / clean-air

Firmware and hardware construction plans for the MaibornWolff Clean Air device
MIT License
32 stars 4 forks source link

Devices max. flash size exceeded #74

Closed thegreatdane6 closed 3 years ago

thegreatdane6 commented 3 years ago

We need to reduce the flash size or adjust the partitions because currently we are using 105% of the flashs size

angrox commented 3 years ago

This is probably a problem of the board configuration in platformio. Currently we are using a ESP32-WROOM-32 Unit bought from AZ-Delivery. This device seems to have 4MB eeprom and 520 kb ram. The platformio configuration has a board configured which shows 4mb eeprom and 320 kb ram.

Documentation links: