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
Commissioning.h@0:2ff18de8d48b, 2017-05-18 (annotated)
- Committer:
- dudmuck
- Date:
- Thu May 18 16:46:30 2017 -0700
- Revision:
- 0:2ff18de8d48b
- Child:
- 1:107435401168
initial commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| dudmuck | 0:2ff18de8d48b | 1 | |
| dudmuck | 0:2ff18de8d48b | 2 | /* provisioned motes */ |
| dudmuck | 0:2ff18de8d48b | 3 | ota_mote_t motes[N_MOTES] = { |
| dudmuck | 0:2ff18de8d48b | 4 | { |
| dudmuck | 0:2ff18de8d48b | 5 | { 0x31, 0x34, 0x30, 0x36, 0x65, 0x67, 0x77, 0x49 }, |
| dudmuck | 0:2ff18de8d48b | 6 | { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, |
| dudmuck | 0:2ff18de8d48b | 7 | { 0x3e, 0xfc, 0xf2, 0x81, 0x44, 0x0d, 0x8a, 0x8c, 0x3f, 0xd4, 0x88, 0x24, 0xab, 0xd3, 0x22, 0x52 }, |
| dudmuck | 0:2ff18de8d48b | 8 | }, |
| dudmuck | 0:2ff18de8d48b | 9 | { |
| dudmuck | 0:2ff18de8d48b | 10 | { 0x31, 0x34, 0x30, 0x36, 0x65, 0x67, 0x77, 0x43 }, |
| dudmuck | 0:2ff18de8d48b | 11 | { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, |
| dudmuck | 0:2ff18de8d48b | 12 | { 0x3e, 0xfc, 0xf2, 0x81, 0x44, 0x0d, 0x8a, 0x8c, 0x3f, 0xd4, 0x88, 0x24, 0xab, 0xd3, 0x22, 0x52 }, |
| dudmuck | 0:2ff18de8d48b | 13 | }, |
| dudmuck | 0:2ff18de8d48b | 14 | { |
| dudmuck | 0:2ff18de8d48b | 15 | { 0x31, 0x34, 0x30, 0x36, 0x65, 0x67, 0x77, 0x4d }, |
| dudmuck | 0:2ff18de8d48b | 16 | { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, |
| dudmuck | 0:2ff18de8d48b | 17 | { 0x3e, 0xfc, 0xf2, 0x81, 0x44, 0x0d, 0x8a, 0x8c, 0x3f, 0xd4, 0x88, 0x24, 0xab, 0xd3, 0x22, 0x52 }, |
| dudmuck | 0:2ff18de8d48b | 18 | }, |
| dudmuck | 0:2ff18de8d48b | 19 | { |
| dudmuck | 0:2ff18de8d48b | 20 | { 0x34, 0x31, 0x37, 0x32, 0x5d, 0x36, 0x90, 0x0e }, |
| dudmuck | 0:2ff18de8d48b | 21 | { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, |
| dudmuck | 0:2ff18de8d48b | 22 | { 0x3e, 0xfc, 0xf2, 0x81, 0x44, 0x0d, 0x8a, 0x8c, 0x3f, 0xd4, 0x88, 0x24, 0xab, 0xd3, 0x22, 0x52 }, |
| dudmuck | 0:2ff18de8d48b | 23 | } |
| dudmuck | 0:2ff18de8d48b | 24 | |
| dudmuck | 0:2ff18de8d48b | 25 | }; |
| dudmuck | 0:2ff18de8d48b | 26 | |
| dudmuck | 0:2ff18de8d48b | 27 |