LeClubSandwichStudio / LaCOOLBoard

Arduino library & sample sketches for La COOL Board, the open-source, open-hardware environmental monitoring and control device
http://www.lacool.co
MIT License
3 stars 5 forks source link

Save logs using MessagePack #82

Open 3rwww1 opened 6 years ago

3rwww1 commented 6 years ago

Use MessagePack instead of JSON to record messages on flash memory and save space.

Suggestion : as we already use use ArduinoJson and given they've just released beta support for MessagePack, we should probably update the library first with platformio

3rwww1 commented 6 years ago

@gui4d have a look at the links above and ask @trap98 for a quick code walkthrough