beegee-tokyo / RUI3-Arduino-Library

RAKWireless library for communication over UART with RUI3 based WisDuo modules.
MIT License
0 stars 1 forks source link

APP EUI not set #1

Closed ebenl closed 2 months ago

ebenl commented 2 months ago

in rui3_at.cpp Line snprintf(command, 1024, "at+appeui=%s\r\n", _devEUI.c_str());

should be snprintf(command, 1024, "at+appeui=%s\r\n", _appEUI.c_str());

beegee-tokyo commented 2 months ago

Thank you! Fixed in V1.0.2