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:
- 25:56f7775c702f
- Parent:
- 21:09d05faf0e13
- Child:
- 29:9e2c0d990ace
--- a/examples/inc/dot_util.h Tue Jul 11 10:46:17 2017 -0500 +++ b/examples/inc/dot_util.h Wed Mar 14 14:38:08 2018 -0500 @@ -6,14 +6,13 @@ #include "ChannelPlans.h" #include "MTSLog.h" #include "MTSText.h" -#include "ISL29011.h" #include "example_config.h" extern mDot* dot; void display_config(); -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_name_phrase(std::string network_name, std::string network_passphrase, uint8_t frequency_sub_band, lora::NetworkType network_type, 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);