diff --git a/boards.txt b/boards.txt index b324c91396d..ecb66378e8d 100644 --- a/boards.txt +++ b/boards.txt @@ -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 -############################################################## \ No newline at end of file +############################################################## diff --git a/variants/waveshare_esp32_touch_amoled_241/pins_arduino.h b/variants/waveshare_esp32_touch_amoled_241/pins_arduino.h index 9f874b7bd20..7c26553fc4c 100644 --- a/variants/waveshare_esp32_touch_amoled_241/pins_arduino.h +++ b/variants/waveshare_esp32_touch_amoled_241/pins_arduino.h @@ -41,7 +41,6 @@ #define QMI8658_ADDRESS 0x6b #define QMI8658_INT1 -1 - // Partial voltage measurement method #define BAT_ADC 17 @@ -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 */ \ No newline at end of file +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 */