Hello RAKWireless,
Question about api.system.atMode.add().
Does it save some values to Flash or is it just setup in RAM?
I have a an app that sleep.all(). It is waked by a RESET.
It may happen 100 times a day.
So I am concerned about Flash wear.
I am not sure if api.system.atMode.add() changes Flash settings or not.
Or how to check if the api.system.atMode.add() setting persist.
Thanks,