gcormier / megadesk

Open-source IKEA Bekant controller board
GNU General Public License v3.0
719 stars 53 forks source link

Reduce image size. #61

Closed philwmcdonald closed 3 years ago

philwmcdonald commented 3 years ago

Image stats: Regular: RAM: [=== ] 25.6% (used 131 bytes from 512 bytes) Flash: [======= ] 74.8% (used 6126 bytes from 8192 bytes)

with SERIALCOMMS & MINMAX: RAM: [==== ] 39.6% (used 203 bytes from 512 bytes) Flash: [========= ] 86.1% (used 7056 bytes from 8192 bytes)

It's now possible to run the platformio "project Inspection" tool with both serial and minmax on. There should be space now for calibration if we ever capture the message sequence...

There's a lot of changes here, I tried to verify all functionality but can't send commands over serial just yet.

gcormier commented 3 years ago

merging into dev branch for soak test.