瀏覽代碼

Document PROTOCOL_VERSION

Scott Lahteine 7 年之前
父節點
當前提交
8e89a802f7
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      Marlin/Version.h

+ 3
- 1
Marlin/Version.h 查看文件

@@ -61,7 +61,9 @@
61 61
   #define REQUIRED_CONFIGURATION_ADV_H_VERSION 010100
62 62
 
63 63
   /**
64
-   * @todo: Missing documentation block
64
+   * The protocol for communication to the host. Protocol indicates communication
65
+   * standards such as the use of ASCII, "echo:" and "error:" line prefixes, etc.
66
+   * (Other behaviors are given by the firmware version and capabilities report.)
65 67
    */
66 68
   #define PROTOCOL_VERSION "1.0"
67 69
 

Loading…
取消
儲存