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

nomad mode must disappear! #35

Closed LeSuedois closed 6 years ago

LeSuedois commented 6 years ago

since we merged the new message storage system and soon a much better NTP client and better RTC integration it is time to get rid of the nomad mode. Nomad mode means that from time to time we got some internet to push the logs to the server, and the rest of the time we just do our job without internet..

even if this mode is very usefull in certain conditions it's to complicated to use and brought me repeatedly issues with guys using this particular mode (mostly because of a lack of documentation..)

the goal is to make this mode disappear once for all and that all coolboards have that ability to live a happy IoT live without internet. the only exception will be if we log as .csv since this a pure offGrid solution..

LeSuedois commented 6 years ago

I close this issue and mark it as done since till https://github.com/LaCoolCo/LaCOOLBoard/commit/2ec63a428ffff20a24d19368bb97443a346ab08f we run without nomad mode and it works fine.