Esta es la prueba con LoRa y el sensor de luz integrado en la placa.

Dependencies:   libxDot-mbed5 ISL29011

Files at this revision

API Documentation at this revision

Comitter:
Evan Hosseini
Date:
Thu Mar 15 08:31:22 2018 -0500
Parent:
27:e0a958990785
Child:
29:9e2c0d990ace
Commit message:
More cleanup

Changed in this revision

examples/src/ota_example.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/examples/src/ota_example.cpp	Wed Mar 14 16:27:45 2018 -0500
+++ b/examples/src/ota_example.cpp	Thu Mar 15 08:31:22 2018 -0500
@@ -22,7 +22,7 @@
 // * either the network name and passphrase can be used or //
 //     the network ID (8 bytes) and KEY (16 bytes)         //
 /////////////////////////////////////////////////////////////
-static std::string network_name = "Packers-aep14x";
+static std::string network_name = "MultiTech";
 static std::string network_passphrase = "MultiTech";
 static uint8_t network_id[] = { 0x6C, 0x4E, 0xEF, 0x66, 0xF4, 0x79, 0x86, 0xA6 };
 static uint8_t network_key[] = { 0x1F, 0x33, 0xA1, 0x70, 0xA5, 0xF1, 0xFD, 0xA0, 0xAB, 0x69, 0x7A, 0xAE, 0x2B, 0x95, 0x91, 0x6B };