fix: sd card shares the radio SPI object

This commit is contained in:
Jared Dohrman
2026-04-21 16:01:19 +10:00
والد eb1a934849
کامیت 746396aee9
13فایلهای تغییر یافته به همراه273 افزوده شده و 13 حذف شده
@@ -109,6 +109,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();