Commit 2aab1339f307e250ff36ea1dc36b84e4ab161c74

Con Kolivas 2014-02-03T19:02:41

Add OP_FAN to hf protocol header.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/hf_protocol.h b/hf_protocol.h
index 97cde84..146db96 100644
--- a/hf_protocol.h
+++ b/hf_protocol.h
@@ -80,6 +80,7 @@
 #define OP_PING                         140         // Echo
 #define OP_CORE_MAP                     141         // Return core map
 #define OP_VERSION                      142         // Version information
+#define OP_FAN                          143         // Set Fan Speed
 #define OP_USB_DEBUG                    255
 
 // HashFast vendor and product ID's