fix: sd card shares the radio SPI object

This commit is contained in:
Jared Dohrman
2026-04-21 16:01:19 +10:00
parent eb1a934849
commit 746396aee9
13 ha cambiato i file con 273 aggiunte e 13 eliminazioni
+4
Vedi File
@@ -83,6 +83,10 @@ void setup() {
}
void loop() {
#if defined(TBEAM_1W)
board.updateFanControl();
#endif
int len = strlen(command);
while (Serial.available() && len < sizeof(command)-1) {
char c = Serial.read();