Added example radio type print
This commit is contained in:
parent
bf235aacc5
commit
c72bc08433
5 changed files with 7 additions and 9 deletions
|
|
@ -152,6 +152,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!"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue