sidddy / flora

ESP32 BLE client for Xiaomi Mi Plant sensors
MIT License
190 stars 71 forks source link

Sketch Size #3

Closed domebe closed 6 years ago

domebe commented 6 years ago

Hey there, thanks for everything so far...

I still just don't get the changing partition table size. All i found is the make menuconfig, but there is no menuconfig file at all...

Maybe you could help out.

Thanks alot

sidddy commented 6 years ago

Hi,

you have to use a non-standard partition layout and change the max build size in the boards.txt file. E.g. you could follow the steps described at https://desire.giesecke.tk/index.php/2018/04/20/change-partition-size-arduino-ide/

(referenced by bern6666 in #2)

Let me know if that works for you.

sidddy

sidddy commented 6 years ago

closing due to lack of feedback