rgot-org / TheThingsNetwork_esp32

82 stars 24 forks source link

reception data #25

Open ebelouet opened 2 years ago

ebelouet commented 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

markhellmanns commented 1 year ago

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.

rgot-org commented 1 year ago

it's done !