KF606: new sub protocol MIG320

This commit is contained in:
Pascal Langer
2021-07-04 14:05:42 +02:00
parent a02586cca9
commit 25c052c0a3
7 changed files with 75 additions and 19 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 87
#define VERSION_PATCH_LEVEL 88
#define MODE_SERIAL 0
@@ -445,6 +445,12 @@ enum MOULDKG
MOULDKG_DIGIT = 1,
};
enum KF606
{
KF606_KF606 = 0,
KF606_MIG320 = 1,
};
#define NONE 0
#define P_HIGH 1
#define P_LOW 0