瀏覽代碼

typo in write error response

Eric Betts 1 年之前
父節點
當前提交
c3469411e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      virtual_portal.c

+ 1 - 1
virtual_portal.c

@@ -305,7 +305,7 @@ int virtual_portal_write(VirtualPortal* virtual_portal, uint8_t* message, uint8_
 
     PoFToken* pof_token = virtual_portal->tokens[arrayIndex];
     if(!pof_token->loaded) {
-        response[0] = 'Q';
+        response[0] = 'W';
         response[1] = 0x01;
         return 2;
     }