Merge pull request #831 from faceless2/faceless2-patch-1

ttgo LoRa32 v1 does not have an SD card, and enabling it prevents the LoRa radio from working
This commit is contained in:
Verkehrsrot 2021-11-01 12:42:50 +01:00 committed by GitHub
commit 4acf400e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)