Merge pull request #25 from dron0gus/f746-disco

board id for F746 discovery
This commit is contained in:
rusefillc 2025-02-26 10:29:40 -05:00 committed by GitHub
commit 6ce325f09f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -75,3 +75,4 @@
#define STATIC_BOARD_ID_HELLEN_E92 (STATIC_BOARD_ID_BASE + 59)
#define STATIC_BOARD_ID_CHUMA (STATIC_BOARD_ID_BASE + 60)
#define STATIC_BOARD_ID_8CHAN_E92 (STATIC_BOARD_ID_BASE + 61)
#define STATIC_BOARD_ID_F746_DISCOVERY (STATIC_BOARD_ID_BASE + 62)