test recieve

Dependencies:   libxDot-mbed5 ISL29011

Fork of Dot-Examples by MultiTech

Files at this revision

API Documentation at this revision

Comitter:
mfiore
Date:
Thu Oct 06 18:32:32 2016 +0000
Parent:
2:ffac7b141b72
Child:
4:93579eb88fcd
Commit message:
update default credentials

Changed in this revision

examples/src/auto_ota_example.cpp Show annotated file Show diff for this revision Revisions of this file
examples/src/ota_example.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;
 
--- a/examples/src/ota_example.cpp	Thu Oct 06 16:44:19 2016 +0000
+++ b/examples/src/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;