From 231dd4b1b7076fa4c540f3008fbec48514be56e4 Mon Sep 17 00:00:00 2001 From: Mike Bremford Date: Sun, 31 Oct 2021 13:47:43 +0000 Subject: [PATCH] Update ttgov1.h ttgo LoRa32 v1 does not have an SD card, and enabling it prevents the LoRa radio from working --- src/hal/ttgov1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hal/ttgov1.h b/src/hal/ttgov1.h index bdf42be6..bb1b63e7 100644 --- a/src/hal/ttgov1.h +++ b/src/hal/ttgov1.h @@ -19,7 +19,7 @@ #define HAS_BUTTON KEY_BUILTIN // 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 +// #define HAS_SDCARD 1 // this board has an SD-card-reader/writer // Pins for SD-card #define SDCARD_CS (13) #define SDCARD_MOSI (15)