Open ebelouet opened 2 years ago
HI, Is it possible to have got a example to rececive data from TTN because we have mistake to data that we receive ?
Sincerely Eric
just go to TTN_esp32.cpp line 858 and change:
uint8_t offset = 9;
into:
uint8_t offset = LMIC.dataBeg;
Possibly Francois can push it into master.
it's done !
HI, Is it possible to have got a example to rececive data from TTN because we have mistake to data that we receive ?
Sincerely Eric