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
@@ -227,6 +227,10 @@ void setup() {
}
void loop() {
#if defined(TBEAM_1W)
board.updateFanControl();
#endif
the_mesh.loop();
sensors.loop();
#ifdef DISPLAY_CLASS