Mi Flora / Flower Care + Blynk + ESP32

Thank you to kaosss for sharing this sketch and the hard work that went into it. Just for anyone else that is wanting to use it:
1st issue I had, arduino complained it was missing timelib.h
Fixed this by downloading the full blynk library (see RTC Example not compiling)
2nd issue - Arduino said the sketch was too big for memory. (Sketch uses 1488370 bytes (113%) of program storage space. Maximum is 1310720 bytes). I have got around this for now by selecting Tools->Partition scheme -> HUGE APP (3MB No OTA/1MB SPIFFS). Hopefully that doesnt cause any issues for the sketch. There are some other partition schemes that I might be able to try if that does have issues. It has given me an initial reading from the flower care though, so thats a good start!

1 Like