File tree 2 files changed +6
-7
lines changed
variants/waveshare_esp32_touch_amoled_241
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=
41627
41627
waveshare_esp32_touch_amoled_241.menu.EraseFlash.all=Enabled
41628
41628
waveshare_esp32_touch_amoled_241.menu.EraseFlash.all.upload.erase_cmd=-e
41629
41629
41630
- ##############################################################
41630
+ ##############################################################
Original file line number Diff line number Diff line change 41
41
#define QMI8658_ADDRESS 0x6b
42
42
#define QMI8658_INT1 -1
43
43
44
-
45
44
// Partial voltage measurement method
46
45
#define BAT_ADC 17
47
46
@@ -54,8 +53,8 @@ static const uint8_t TX = 43;
54
53
static const uint8_t RX = 44 ;
55
54
56
55
//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