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 changed files with 273 additions and 13 deletions
+4
View 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();