Parcourir la source

Document PROTOCOL_VERSION

Scott Lahteine il y a 7 ans
Parent
révision
8e89a802f7
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3
    1
      Marlin/Version.h

+ 3
- 1
Marlin/Version.h Voir le fichier

@@ -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
 

Chargement…
Annuler
Enregistrer