SGF22: new F22S sub protocol

This commit is contained in:
pascallanger
2024-09-02 18:14:25 +02:00
parent edaee63f16
commit 64ea7111ac
7 changed files with 40 additions and 17 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 4
#define VERSION_PATCH_LEVEL 11
#define VERSION_PATCH_LEVEL 12
#define MODE_SERIAL 0
@@ -481,6 +481,11 @@ enum FX
FX9630 = 2,
FX_Q560 = 3,
};
enum SGF22
{
SGF22_F22 = 0,
SGF22_F22S = 1,
};
#define NONE 0
#define P_HIGH 1