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 18, 2024
1 parent 51dc5b4 commit c44596f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions variants/waveshare_esp32_s3_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 c44596f

Please sign in to comment.