Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r313982ccc772f1bbe182877dff7e00381b04e0f4 -r322747d530c1b8205be257557e53dcfe9caad50a --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 313982ccc772f1bbe182877dff7e00381b04e0f4) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 322747d530c1b8205be257557e53dcfe9caad50a) @@ -187,16 +187,11 @@ { DD_STANDBY_MODE_STATE_T state = DD_STANDBY_MODE_STATE_IDLE; - //TODO : Testing - commenting solo mode for now - - // go to standby solo mode if TD is turned off or stops communicating. + //TODO : Define comm loss alarm when TD is turned off or stops communicating // if ( FALSE == isTDCommunicating() ) -// { // TODO if TD comm loss, do we need solo standby? -// SEND_EVENT_WITH_2_U32_DATA( DD_EVENT_TD_COMMUNICATION_LOSS, 0, 0 ) -// //requestNewOperationMode( DD_MODE_SOLO ); +// { + // define the alarm // } -// else if ( TRUE == getU32OverrideValue( &pendingStartDDRequest ) ) - if ( TRUE == getU32OverrideValue( &pendingStartDDRequest ) ) { pendingStartDDRequest.data = FALSE;