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: mbed LoRaWAN-lib SX1272Lib
Diff: app/main.cpp
- Revision:
- 2:2eeaeae2c725
- Parent:
- 0:45496a70a8a5
- Child:
- 3:3152aa75c58d
--- a/app/main.cpp Thu Feb 18 07:49:29 2016 +0000
+++ b/app/main.cpp Mon Mar 14 09:17:05 2016 +0000
@@ -371,7 +371,7 @@
mcpsReq.Req.Confirmed.fPort = AppPort;
mcpsReq.Req.Confirmed.fBuffer = AppData;
mcpsReq.Req.Confirmed.fBufferSize = AppDataSize;
- mcpsReq.Req.Confirmed.nbRetries = 8;
+ mcpsReq.Req.Confirmed.NbTrials = 8;
mcpsReq.Req.Confirmed.Datarate = LORAWAN_DEFAULT_DATARATE;
}
}