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

This commit is contained in:
2023-10-18 17:04:26 +02:00
committed by GitHub
parent e5ee27dbfa
commit 0e43072db8
3 changed files with 2 additions and 2 deletions

View File

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