File tree 4 files changed +576
-1
lines changed
4 files changed +576
-1
lines changed Original file line number Diff line number Diff line change 472
472
#define BOARD_BTT_SKR_V3_0 6006 // BigTreeTech SKR V3.0 (STM32H743VI / STM32H723VG)
473
473
#define BOARD_BTT_SKR_V3_0_EZ 6007 // BigTreeTech SKR V3.0 EZ (STM32H743VI / STM32H723VG)
474
474
#define BOARD_BTT_OCTOPUS_MAX_EZ_V1_0 6008 // BigTreeTech Octopus Max EZ V1.0 (STM32H723ZE)
475
+ #define BOARD_BTT_OCTOPUS_PRO_V1_1 6009 // BigTreeTech Octopus Pro v1.1 (STM32H723ZE)
475
476
476
477
//
477
478
// Espressif ESP32 WiFi
Original file line number Diff line number Diff line change 821
821
#include "stm32h7/pins_BTT_SKR_V3_0_EZ.h" // STM32H7 env:STM32H743VI_btt env:STM32H723VG_btt
822
822
#elif MB (BTT_OCTOPUS_MAX_EZ_V1_0 )
823
823
#include "stm32h7/pins_BTT_OCTOPUS_MAX_EZ.h" // STM32H7 env:STM32H723ZE_btt
824
+ #elif MB (BTT_OCTOPUS_PRO_V1_1 )
825
+ #include "stm32h7/pins_BTT_OCTOPUS_PRO_V1_1.h" // STM32H7 env:STM32H723ZE_btt
824
826
#elif MB (TEENSY41 )
825
827
#include "teensy4/pins_TEENSY41.h" // Teensy-4.x env:teensy41
826
828
#elif MB (T41U5XBB )
You can’t perform that action at this time.
0 commit comments