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: X_NUCLEO_IKS01A2 driver_mbed_TH02 mbed LoRaWAN-lib-v1_0_1 SX1272Lib
Fork of LoRaWAN-SX1272-Application-Demo by
Diff: app/main.cpp
- Revision:
- 10:bba416e2c3e1
- Parent:
- 1:428dbf097fe6
--- a/app/main.cpp Sun Aug 12 06:09:53 2018 +0000 +++ b/app/main.cpp Sun Aug 19 20:08:35 2018 +0000 @@ -108,19 +108,17 @@ */ bool IsRxUpdate = false; - /** * Main application entry point. */ int main( void ) { - // Initialize board peripherals BoardInit( ); // Initialize Device state DeviceState = DEVICE_STATE_INIT; - + while( 1 ) { if( IsNetworkJoinedStatusUpdate == true )