File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
variants/waveshare_esp32_touch_amoled_241 Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -41627,4 +41627,4 @@ waveshare_esp32_touch_amoled_241.menu.EraseFlash.none.upload.erase_cmd=
4162741627waveshare_esp32_touch_amoled_241.menu.EraseFlash.all=Enabled
4162841628waveshare_esp32_touch_amoled_241.menu.EraseFlash.all.upload.erase_cmd=-e
4162941629
41630- ##############################################################
41630+ ##############################################################
Original file line number Diff line number Diff line change 4141#define QMI8658_ADDRESS 0x6b
4242#define QMI8658_INT1 -1
4343
44-
4544// Partial voltage measurement method
4645#define BAT_ADC 17
4746
@@ -54,8 +53,8 @@ static const uint8_t TX = 43;
5453static const uint8_t RX = 44 ;
5554
5655//esp32s3-PSFlash SPI1/SPI0
57- static const uint8_t SS = 34 ; // FSPICS0
58- static const uint8_t MOSI = 35 ; // FSPID
59- static const uint8_t MISO = 37 ; // FSPIQ
60- static const uint8_t SCK = 36 ; // FSPICLK
61- #endif /* Pins_Arduino_h */
56+ static const uint8_t SS = 34 ; // FSPICS0
57+ static const uint8_t MOSI = 35 ; // FSPID
58+ static const uint8_t MISO = 37 ; // FSPIQ
59+ static const uint8_t SCK = 36 ; // FSPICLK
60+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments