Skip to content

Commit

Permalink
eiger required fw version to 32: fix for blocking trigger in quad (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
thattil authored Oct 18, 2023
1 parent 62f45b1 commit 1892963
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion slsSupportLib/include/sls/versionAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
#define APIGOTTHARD2 "developer 0x230922"
#define APIMYTHEN3 "developer 0x230922"
#define APIMOENCH "developer 0x230922"
#define APIEIGER "developer 0x230922"
#define APIJUNGFRAU "developer 0x231018"
#define APIEIGER "developer 0x231018"

0 comments on commit 1892963

Please sign in to comment.