api.system.atMode.add Question

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,

Unless your custom AT command handler is saving values in the Flash, there is no flash usage when adding a custom AT command.

If you reset the device, you have to add the custom AT command again. It is not saved in Flash.

Thank you @beegee.
Exactly what I needed to know.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.