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: app/main.cpp
- Revision:
- 15:f4805eb13d73
- Parent:
- 14:9ba8f6975308
- Child:
- 16:e1d692816864
--- a/app/main.cpp Wed Jan 09 16:07:08 2019 +0000
+++ b/app/main.cpp Mon Jan 21 19:53:37 2019 +0000
@@ -463,10 +463,12 @@
mcpsReq.Req.Unconfirmed.Datarate = LORAWAN_DEFAULT_DATARATE;
LoRaMacUplinkStatus.Acked = false;
- LoRaMacUplinkStatus.Port = 0;
+ LoRaMacUplinkStatus.Port = 42;
LoRaMacUplinkStatus.Buffer = NULL;
LoRaMacUplinkStatus.BufferSize = 0;
SerialDisplayUpdateFrameType( false );
+ SerialDisplayPrintDebugLine( LoRaMacQueryTxPossible( AppDataSize, &txInfo ) );
+
}
else
{