add codespace support

This commit is contained in:
Kevin Hester
2021-04-21 18:00:34 +08:00
parent 57ef3b499f
commit c4878671e3
7 changed files with 116 additions and 8 deletions

View File

@@ -499,7 +499,7 @@ void setup()
delete rIf;
rIf = NULL;
} else {
DEBUG_MSG("Radio init succeeded, using RF95 radio\n");
DEBUG_MSG("RF95 Radio init succeeded, using RF95 radio\n");
}
}
#endif
@@ -512,7 +512,7 @@ void setup()
delete rIf;
rIf = NULL;
} else {
DEBUG_MSG("Radio init succeeded, using SX1262 radio\n");
DEBUG_MSG("SX1262 Radio init succeeded, using SX1262 radio\n");
}
}
#endif