mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 09:31:53 +08:00
serial fixes
This commit is contained in:
@@ -255,7 +255,7 @@ static void _sendResponse(uint8_t code) {
|
||||
}
|
||||
|
||||
uint8_t response[8] = {0};
|
||||
response[0] = PROTO::MAGIC;
|
||||
response[0] = PROTO::MAGIC_RESP;
|
||||
if (code & PROTO::PONG::OK) {
|
||||
response[1] = PROTO::PONG::OK;
|
||||
# ifdef HID_DYNAMIC
|
||||
|
||||
Reference in New Issue
Block a user