eiger required fw version to 32: fix for blocking trigger in quad (#834)

This commit is contained in:
maliakal_d 2023-10-18 17:04:39 +02:00 committed by GitHub
parent 62f45b15d2
commit 1892963fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#define HARDWARE_VERSION_NAMES \ #define HARDWARE_VERSION_NAMES \
{ "FX70T", "FX30T" } { "FX70T", "FX30T" }
#define REQUIRED_FIRMWARE_VERSION (31) #define REQUIRED_FIRMWARE_VERSION (32)
// virtual ones renamed for consistency // virtual ones renamed for consistency
// real ones keep previous name for compatibility (already in production) // real ones keep previous name for compatibility (already in production)
#ifdef VIRTUAL #ifdef VIRTUAL

View File

@ -9,5 +9,5 @@
#define APIGOTTHARD2 "developer 0x230922" #define APIGOTTHARD2 "developer 0x230922"
#define APIMYTHEN3 "developer 0x230922" #define APIMYTHEN3 "developer 0x230922"
#define APIMOENCH "developer 0x230922" #define APIMOENCH "developer 0x230922"
#define APIEIGER "developer 0x230922"
#define APIJUNGFRAU "developer 0x231018" #define APIJUNGFRAU "developer 0x231018"
#define APIEIGER "developer 0x231018"