Ribbit-Network / ribbit-network-frog-software

The software for the Ribbit Network Frog Sensor
https://www.ribbitnetwork.org/
MIT License
9 stars 8 forks source link

board: Disable some unused ESP-IDF features #50

Closed damz closed 7 months ago

damz commented 7 months ago

This gives us some breathing room in terms of firmware size.

Before this PR:

micropython.bin binary size 0x17d030 bytes. Smallest app partition is 0x180000 bytes. 0x2fd0 bytes (1%) free.
Warning: The smallest app partition is nearly full (1% free space left)!

After this PR:

micropython.bin binary size 0x16e250 bytes. Smallest app partition is 0x180000 bytes. 0x11db0 bytes (5%) free.

So a gain of about 50 kB.

keenanjohnson commented 7 months ago

Looks great to me. No reason we need those!