This commit is contained in:
cfif 2026-05-08 14:38:29 +03:00
parent d699af1211
commit 7de6ea1a1d
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ void SerialCommand_Scheduler(tTaskSerial *env) {
if (AtCmdRxBeginWithStatic(&env->At, "V")) {
env->ioUSB->transmit(env->ioUSB->env, (uint8_t *) "v001\r\n", sizeof("v001\r\n") - 1, 1000);
SystemDelayMs(1);
env->ioUSB->transmit(env->ioUSB->env, (uint8_t *) "OK\r\n", sizeof("OK\r\n") - 1, 1000);
}
}