Basic xdot code to check how many memory is available for user APP after initializing libxdot lorawan stack
Diff: examples/inc/dot_util.h
- Revision:
- 5:97ed5f2f099e
- Parent:
- 0:a151a6350d7f
- Child:
- 7:724cb82a113e
diff -r 93579eb88fcd -r 97ed5f2f099e examples/inc/dot_util.h --- a/examples/inc/dot_util.h Thu Oct 06 22:12:21 2016 +0000 +++ b/examples/inc/dot_util.h Fri Oct 07 10:38:54 2016 -0500 @@ -12,7 +12,9 @@ void display_config(); -void update_ota_config(std::string network_name, std::string network_passphrase, uint8_t frequency_sub_band, bool public_network, uint8_t ack); +void update_ota_config_name_phrase(std::string network_name, std::string network_passphrase, uint8_t frequency_sub_band, bool public_network, uint8_t ack); + +void update_ota_config_id_key(uint8_t *network_id, uint8_t *network_key, uint8_t frequency_sub_band, bool public_network, uint8_t ack); void join_network();