Added example radio type print

This commit is contained in:
lewisxhe 2025-04-25 09:10:28 +08:00
commit c72bc08433
5 changed files with 7 additions and 9 deletions

View file

@ -150,6 +150,7 @@ void setup()
printResult(state == RADIOLIB_ERR_NONE);
Serial.printf("[%s]:", RADIO_TYPE_STR);
Serial.print(F("Radio Initializing ... "));
if (state == RADIOLIB_ERR_NONE) {
Serial.println(F("success!"));