lorawan.cpp: join wait message added

This commit is contained in:
Verkehrsrot 2019-03-24 16:23:34 +01:00
parent e3887980d3
commit e544e22d9e

View File

@ -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: