From 82b2cde217f7c7ff0f774b108664aeeb828291cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Sun, 13 Oct 2024 23:26:30 +0200 Subject: [PATCH] Update variant.h --- variants/m5stack_core2/variant.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/variants/m5stack_core2/variant.h b/variants/m5stack_core2/variant.h index e1fd80b41..037221133 100644 --- a/variants/m5stack_core2/variant.h +++ b/variants/m5stack_core2/variant.h @@ -1,13 +1,5 @@ -// #define BUTTON_NEED_PULLUP // if set we need to turn on the internal CPU pullup during sleep - -// #define BUTTON_PIN 39 // 38, 37 -// #define BUTTON_PIN 0 #define BUTTON_NEED_PULLUP -// #define EXT_NOTIFY_OUT 13 // Default pin to use for Ext Notify Plugin. -// #define BUTTON_PIN - -// #define PIN_BUZZER 25 #undef LORA_SCK #undef LORA_MISO #undef LORA_MOSI @@ -40,4 +32,4 @@ #define SCREEN_TRANSITION_FRAMERATE 30 // fps // Picomputer gets a white on black display #define TFT_MESH COLOR565(0xA0, 0xFF, 0x00) //(0x94, 0xEA, 0x67) -#define ILI9341_SPI_HOST VSPI_HOST // VSPI_HOST or HSPI_HOST \ No newline at end of file +#define ILI9341_SPI_HOST VSPI_HOST // VSPI_HOST or HSPI_HOST