I saw an easy way to save a few bytes of memory by using PROGMEM data for some fields.
Saves a bit of memory depending on how long these fields are.
No breaking change.
Obviously it could be expanded to other fields but it's a start.
Tested working on my Arduino Uno device previously running ArduinoHA 2.1.0 stock.
Hi,
I saw an easy way to save a few bytes of memory by using PROGMEM data for some fields. Saves a bit of memory depending on how long these fields are. No breaking change.
Obviously it could be expanded to other fields but it's a start.
Tested working on my Arduino Uno device previously running ArduinoHA 2.1.0 stock.