Skip to content

Commit

Permalink
Bump multi board version to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Sep 22, 2019
1 parent 61a1c37 commit 6503469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Multiprotocol/Validate.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#endif

// Check for minimum board file definition version for DIY multi-module boards
#define MIN_AVR_BOARD 108
#define MIN_ORX_BOARD 108
#define MIN_STM32_BOARD 115
#define MIN_AVR_BOARD 109
#define MIN_ORX_BOARD 109
#define MIN_STM32_BOARD 116
//AVR
#if (defined(ARDUINO_MULTI_NO_BOOT) && ARDUINO_MULTI_NO_BOOT < MIN_AVR_BOARD) || (defined(ARDUINO_MULTI_FLASH_FROM_TX) && ARDUINO_MULTI_FLASH_FROM_TX < MIN_AVR_BOARD)
#error You need to update your Multi 4-in-1 board definition. Open Boards Manager and update to the latest version of the Multi 4-in-1 AVR Boards.
Expand Down

0 comments on commit 6503469

Please sign in to comment.