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.
Revision 1:708d73c0e43c, committed 2018-05-29
- Comitter:
- Wayne Roberts
- Date:
- Tue May 29 14:21:35 2018 -0700
- Parent:
- 0:4b6e76c6608f
- Commit message:
- update to latest library version
Changed in this revision
--- a/.mbedignore Fri May 04 18:18:03 2018 -0700 +++ b/.mbedignore Tue May 29 14:21:35 2018 -0700 @@ -9,4 +9,5 @@ lorawan1v1/mbed-os/features/nvstore/* lorawan1v1/mbed-os/features/storage/* lorawan1v1/mbed-os/features/lorawan/* +lorawan1v1/mbed-os/features/nanostack/* lorawan1v1/mbed-os/events/*
--- a/lorawan1v1.lib Fri May 04 18:18:03 2018 -0700 +++ b/lorawan1v1.lib Tue May 29 14:21:35 2018 -0700 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/dudmuck/code/lorawan1v1/#4b6f960dcca2 +https://os.mbed.com/users/dudmuck/code/lorawan1v1/#5a5ea7cc946f
--- a/main.cpp Fri May 04 18:18:03 2018 -0700
+++ b/main.cpp Tue May 29 14:21:35 2018 -0700
@@ -465,10 +465,14 @@
{
APP_PRINTF("FPort%u ", mcpsIndication->Port);
print_buf(mcpsIndication->Buffer, mcpsIndication->BufferSize, "");
+#ifdef TARGET_DISCO_L072CZ_LRWAN1
if (mcpsIndication->Buffer[0])
blue = LED_ON;
else
blue = LED_OFF;
+#else
+ /* your target LED */
+#endif /* ..TARGET_DISCO_L072CZ_LRWAN1 */
switch( mcpsIndication->Port )
{