fix: sd card shares the radio SPI object
This commit is contained in:
@@ -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();
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user