From ffb79635c13f908a0c1802fe723977076823ccb0 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 5 Jan 2021 18:38:50 +0100 Subject: [PATCH] GPIO22 for CS SD Card --- tasmota/tasmota_configurations_ESP32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index a9eac0acb..c6d5bb06e 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -54,7 +54,7 @@ #define USE_ODROID_GO // Add support for Odroid Go #define USE_UFILESYS #define USE_SDCARD -//#define SDCARD_CS_PIN 4 // Need to look which is the Odroid Gpio for +#define SDCARD_CS_PIN 22 #define USE_ADC #define USE_SPI #define USE_DISPLAY // Add SPI Display Support (+2k code)