diff --git a/src/Platforms/VisionMasterE213/VisionMasterE213.h b/src/Platforms/VisionMasterE213/VisionMasterE213.h index e59763d..a92fb5a 100644 --- a/src/Platforms/VisionMasterE213/VisionMasterE213.h +++ b/src/Platforms/VisionMasterE213/VisionMasterE213.h @@ -24,7 +24,7 @@ #define ALL_IN_ONE true // Allow a short constructor: display pins are fixed #define DEFAULT_SDI 6 #define DEFAULT_CLK 4 - #define DEFAULT_MISO 33 // Arbitrary, not connected on PCB. Suppress compiler warning + #define DEFAULT_MISO 40 // Arbitrary, not connected on PCB. Suppress compiler warning // Paging #define DEFAULT_PAGE_HEIGHT panel_height // On this platform, these defaults are fixed: there is currently no support for paging diff --git a/src/Platforms/VisionMasterE290/VisionMasterE290.h b/src/Platforms/VisionMasterE290/VisionMasterE290.h index ff16419..cdfbb2f 100644 --- a/src/Platforms/VisionMasterE290/VisionMasterE290.h +++ b/src/Platforms/VisionMasterE290/VisionMasterE290.h @@ -19,7 +19,7 @@ #define ALL_IN_ONE true // Allow a short constructor: display pins are fixed #define DEFAULT_SDI 1 #define DEFAULT_CLK 2 - #define DEFAULT_MISO 33 // Arbitrary, not connected on PCB. Suppress compiler warning. + #define DEFAULT_MISO 40 // Arbitrary, not connected on PCB. Suppress compiler warning. // Paging #define DEFAULT_PAGE_HEIGHT panel_height // On this platform, these defaults are fixed: there is currently no support for paging