LR Initial Publish
Dependencies: X_NUCLEO_IKS01A2 driver_mbed_TH02 mbed LoRaWAN-lib-v1_0_1 SX1272Lib
Fork of Training-Aug2018-SX1272-X-NUCLEO-IKS01A2 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 )