lorawan.cpp: join wait message added
This commit is contained in:
parent
e3887980d3
commit
e544e22d9e
@ -307,7 +307,7 @@ void onEvent(ev_t ev) {
|
||||
break;
|
||||
|
||||
case EV_JOIN_TXCOMPLETE:
|
||||
strcpy_P(buff, PSTR("JOIN TXCOMPLT"));
|
||||
strcpy_P(buff, PSTR("JOIN WAIT"));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user