Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX127x sx12xx_hal
Diff: Commissioning.h
- Revision:
- 0:2ff18de8d48b
- Child:
- 1:107435401168
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Commissioning.h Thu May 18 16:46:30 2017 -0700
@@ -0,0 +1,27 @@
+
+/* provisioned motes */
+ota_mote_t motes[N_MOTES] = {
+ {
+ { 0x31, 0x34, 0x30, 0x36, 0x65, 0x67, 0x77, 0x49 },
+ { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
+ { 0x3e, 0xfc, 0xf2, 0x81, 0x44, 0x0d, 0x8a, 0x8c, 0x3f, 0xd4, 0x88, 0x24, 0xab, 0xd3, 0x22, 0x52 },
+ },
+ {
+ { 0x31, 0x34, 0x30, 0x36, 0x65, 0x67, 0x77, 0x43 },
+ { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
+ { 0x3e, 0xfc, 0xf2, 0x81, 0x44, 0x0d, 0x8a, 0x8c, 0x3f, 0xd4, 0x88, 0x24, 0xab, 0xd3, 0x22, 0x52 },
+ },
+ {
+ { 0x31, 0x34, 0x30, 0x36, 0x65, 0x67, 0x77, 0x4d },
+ { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
+ { 0x3e, 0xfc, 0xf2, 0x81, 0x44, 0x0d, 0x8a, 0x8c, 0x3f, 0xd4, 0x88, 0x24, 0xab, 0xd3, 0x22, 0x52 },
+ },
+ {
+ { 0x34, 0x31, 0x37, 0x32, 0x5d, 0x36, 0x90, 0x0e },
+ { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
+ { 0x3e, 0xfc, 0xf2, 0x81, 0x44, 0x0d, 0x8a, 0x8c, 0x3f, 0xd4, 0x88, 0x24, 0xab, 0xd3, 0x22, 0x52 },
+ }
+
+};
+
+