We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093adca commit 0cc0cfaCopy full SHA for 0cc0cfa
src/board/ESP_PanelBoard.h
@@ -63,7 +63,7 @@
63
#elif defined(BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3) || CONFIG_BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
64
#include "board/waveshare/ESP32_S3_Touch_LCD_4.3.h"
65
#elif defined(BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85) || CONFIG_BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85
66
- #include "board/waveshare/ESP32_S3_Touch_LCD_1.85.h"
+ #include "board/waveshare/ESP32_S3_Touch_LCD_1_85.h"
67
#else
68
#error "Unknown board selected! Please check file `ESP_Panel_Board_Supported.h` and make sure only one board is enabled."
69
#endif
0 commit comments