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

Revision:
42:20f6b29a9903
Parent:
35:cb358e793d1a
--- a/examples/example_config.h	Mon May 18 13:12:47 2020 -0500
+++ b/examples/example_config.h	Tue May 25 09:54:33 2021 -0500
@@ -21,8 +21,14 @@
 //      CP_EU868
 //      CP_KR920
 //      CP_AS923
+//      CP_AS923_2
+//      CP_AS923_3
 //      CP_AS923_JAPAN
+//      CP_AS923_JAPAN1
+//      CP_AS923_JAPAN2
 //      CP_IN865
+//      CP_RU864
+
 #if !defined(CHANNEL_PLAN)
 #define CHANNEL_PLAN CP_US915
 #endif