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.
Dependents: LoRaWAN-SanJose_Bootcamp LoRaWAN-grove-cayenne LoRaWAN-classC-demo LoRaWAN-grove-cayenne ... more
Diff: mac/LoRaMac1v1.cpp
- Revision:
- 1:62f7347b9e17
- Parent:
- 0:6b3ac9c5a042
- Child:
- 2:c9c736b3e4eb
--- a/mac/LoRaMac1v1.cpp Wed Feb 28 10:48:11 2018 -0800 +++ b/mac/LoRaMac1v1.cpp Wed Feb 28 14:05:15 2018 -0800 @@ -2340,8 +2340,6 @@ else eeprom_write_word(EEPROM_NFCNTDWN, rxFCnt32 + 1); #endif /* !LORAWAN_JOIN_EUI */ - /*vt.SetCursorPos( ROW_END, 1 ); - vt.printf("ZZZ ");*/ return 0; } // ...rx_downlink() @@ -2622,9 +2620,6 @@ MAC_PRINTF(",%u ", flags.IsLoRaMacNetworkJoined); #endif /* LORAWAN_JOIN_EUI */ - /*vt.SetCursorPos( ROW_END+1, 1 ); - vt.printf("TTT ");*/ - if (beacon_rx_timeout()) return;