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.
Diff: Lora.h
- Revision:
- 134:e5ad4bd55ce5
- Parent:
- 104:9662b62f1977
- Child:
- 135:69d2d725ea1e
--- a/Lora.h Tue Feb 06 14:20:31 2018 -0600 +++ b/Lora.h Wed Feb 14 13:46:25 2018 -0600 @@ -214,8 +214,9 @@ * PRIVATE - defaults to 1/2 second join windows and 0x12 sync word */ enum NetworkType { - PRIVATE = 0, - PUBLIC = 1, + PRIVATE_MTS = 0, + PUBLIC_LORAWAN = 1, + PRIVATE_LORAWAN = 2, PEER_TO_PEER = 4 };