File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,6 @@ bool trainingPreviousRxInProgress = false; //Previous RX status
487487float originalChannel; // Original channel from HOP table while training is in progress
488488uint8_t trainingPartnerID[UNIQUE_ID_BYTES]; // Unique ID of the training partner
489489uint8_t myUniqueId[UNIQUE_ID_BYTES]; // Unique ID of this system
490- unsigned long trainingTimer;
491490
492491// Virtual-Circuit
493492int8_t cmdVc; // VC index for ATI commands only
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ void beginTrainingClient()
6262 changeState (RADIO_TRAIN_WAIT_TX_FIND_PARTNER_DONE);
6363 else
6464 changeState (RADIO_TRAIN_WAIT_RX_RADIO_PARAMETERS);
65- trainingTimer = millis ();
6665}
6766
6867// Start the training in server mode
You can’t perform that action at this time.
0 commit comments