Basic xdot code to check how many memory is available for user APP after initializing libxdot lorawan stack

Revision:
42:20f6b29a9903
Parent:
33:15ea8f985c54
--- a/examples/inc/dot_util.h	Mon May 18 13:12:47 2020 -0500
+++ b/examples/inc/dot_util.h	Tue May 25 09:54:33 2021 -0500
@@ -11,6 +11,8 @@
 
 extern mDot* dot;
 
+lora::ChannelPlan* create_channel_plan();
+
 void display_config();
 
 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);