Skip to content

Commit 0ee91de

Browse files
ci(pre-commit): Apply automatic fixes
1 parent d790b0f commit 0ee91de

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41627,4 +41627,4 @@ waveshare_esp32_touch_amoled_241.menu.EraseFlash.none.upload.erase_cmd=
4162741627
waveshare_esp32_touch_amoled_241.menu.EraseFlash.all=Enabled
4162841628
waveshare_esp32_touch_amoled_241.menu.EraseFlash.all.upload.erase_cmd=-e
4162941629

41630-
##############################################################
41630+
##############################################################

variants/waveshare_esp32_touch_amoled_241/pins_arduino.h

+5-6
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
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;
5453
static 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 */

0 commit comments

Comments
 (0)