mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 06:54:16 +01:00
- clean-up comparison routines and get rid of most of the casts - reduces total number of calls to terminalRegisterCommand replace with a func accepting list of commands, which in turn get instantiated as constexpr PROGMEM arrays - reduce ram fragmentation, since we don't need to alloc as much - reduce flash consumption b/c of lambda -> standalone func conversion