mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
fix for unPhone hangs during boot without sd card present (#3709)
* work around sd card hang if not present * comment out the define for HAS_SDCARD
This commit is contained in:
parent
57d296e0db
commit
ac16ccf40c
@ -48,7 +48,7 @@
|
|||||||
#undef GPS_RX_PIN
|
#undef GPS_RX_PIN
|
||||||
#undef GPS_TX_PIN
|
#undef GPS_TX_PIN
|
||||||
|
|
||||||
#define HAS_SDCARD 1
|
// #define HAS_SDCARD 1 // causes hang if defined
|
||||||
#define SDCARD_CS 43
|
#define SDCARD_CS 43
|
||||||
|
|
||||||
#define LED_PIN 13 // the red part of the RGB LED
|
#define LED_PIN 13 // the red part of the RGB LED
|
||||||
|
Loading…
Reference in New Issue
Block a user