Basic xdot code to check how many memory is available for user APP after initializing libxdot lorawan stack
Diff: examples/src/ota_example.cpp
- Revision:
- 2:ffac7b141b72
- Parent:
- 0:a151a6350d7f
- Child:
- 3:0e3e776e2862
--- a/examples/src/ota_example.cpp Thu Oct 06 14:49:35 2016 +0000 +++ b/examples/src/ota_example.cpp Thu Oct 06 16:44:19 2016 +0000 @@ -51,7 +51,7 @@ display_config(); // restore the saved session if the dot woke from deepsleep mode - // useful to use with deepsleep because RAM session info is otherwise lost when the dot enters deepsleep + // useful to use with deepsleep because session info is otherwise lost when the dot enters deepsleep if (dot->getStandbyFlag()) { logInfo("restoring network session from NVM"); dot->restoreNetworkSession();