From 7f16cd430c9ff6c742cf98eb4ff87d2e4c50c392 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sat, 6 Jun 2020 21:16:04 +0200 Subject: [PATCH] ttgov21new.h: change SD interface SPI -> SDMMC --- src/hal/ttgov21new.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/hal/ttgov21new.h b/src/hal/ttgov21new.h index 309acd2d..ca2a9cc6 100644 --- a/src/hal/ttgov21new.h +++ b/src/hal/ttgov21new.h @@ -16,12 +16,7 @@ #define CFG_sx1276_radio 1 // HPD13A LoRa SoC // enable only if you want to store a local paxcount table on the device -#define HAS_SDCARD 1 // this board has an SD-card-reader/writer -// Pins for SD-card -#define SDCARD_CS (13) -#define SDCARD_MOSI (15) -#define SDCARD_MISO (2) -#define SDCARD_SCLK (14) +#define HAS_SDCARD 2 // this board has an SD-card-reader/writer #define HAS_DISPLAY 1 #define HAS_LED (25) // green on board LED