Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Sep 16, 2024
1 parent d790b0f commit 0ee91de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41627,4 +41627,4 @@ waveshare_esp32_touch_amoled_241.menu.EraseFlash.none.upload.erase_cmd=
waveshare_esp32_touch_amoled_241.menu.EraseFlash.all=Enabled
waveshare_esp32_touch_amoled_241.menu.EraseFlash.all.upload.erase_cmd=-e

##############################################################
##############################################################
11 changes: 5 additions & 6 deletions variants/waveshare_esp32_touch_amoled_241/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#define QMI8658_ADDRESS 0x6b
#define QMI8658_INT1 -1


// Partial voltage measurement method
#define BAT_ADC 17

Expand All @@ -54,8 +53,8 @@ static const uint8_t TX = 43;
static const uint8_t RX = 44;

//esp32s3-PSFlash SPI1/SPI0
static const uint8_t SS = 34; // FSPICS0
static const uint8_t MOSI = 35; // FSPID
static const uint8_t MISO = 37; // FSPIQ
static const uint8_t SCK = 36; // FSPICLK
#endif /* Pins_Arduino_h */
static const uint8_t SS = 34; // FSPICS0
static const uint8_t MOSI = 35; // FSPID
static const uint8_t MISO = 37; // FSPIQ
static const uint8_t SCK = 36; // FSPICLK
#endif /* Pins_Arduino_h */

0 comments on commit 0ee91de

Please sign in to comment.