Basic xdot code to check how many memory is available for user APP after initializing libxdot lorawan stack
Diff: examples/src/auto_ota_example.cpp
- Revision:
- 3:0e3e776e2862
- Parent:
- 2:ffac7b141b72
- Child:
- 5:97ed5f2f099e
--- a/examples/src/auto_ota_example.cpp Thu Oct 06 16:44:19 2016 +0000 +++ b/examples/src/auto_ota_example.cpp Thu Oct 06 18:32:32 2016 +0000 @@ -7,9 +7,9 @@ // edit their values to match your configuration // // frequency sub band is only relevant for the 915 bands // /////////////////////////////////////////////////////////// -static std::string network_name = "mikes_lora_network"; -static std::string network_passphrase = "password_123"; -static uint8_t frequency_sub_band = 6; +static std::string network_name = "MultiTech"; +static std::string network_passphrase = "MultiTech"; +static uint8_t frequency_sub_band = 0; static bool public_network = false; static uint8_t ack = 1;