|
@@ -264,7 +264,7 @@ void parseopt(telnetd_state_t *ts, uint8_t code, uint8_t option)
|
|
|
break;
|
|
|
|
|
|
case TELOPT_TIMING_MARK:
|
|
|
- //xTimerStop(ts->RepeatSensorInfoTimer, 0);
|
|
|
+ xTimerStop(ts->cli_state->RepeatSensorInfoTimer, 0);
|
|
|
ts->flag_telnet_ip_option = true;
|
|
|
sendopt(ts, TELNET_WILL, TELOPT_TIMING_MARK);
|
|
|
sendopt(ts, TELNET_MARK, 0);
|