E129/C186 protocol

C186/E120 models
This commit is contained in:
pascallanger
2022-06-27 16:59:48 +02:00
parent 4f580a4286
commit 0a0463652b
9 changed files with 89 additions and 31 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 3
#define VERSION_PATCH_LEVEL 12
#define VERSION_PATCH_LEVEL 13
#define MODE_SERIAL 0
@@ -461,6 +461,12 @@ enum KF606
KF606_MIG320 = 1,
};
enum E129
{
E129_E129 = 0,
E129_C186 = 1,
};
#define NONE 0
#define P_HIGH 1
#define P_LOW 0