arduino-libraries / MKRWAN_v2

[Beta] Library for Arduino MKRWAN 1300 / 1310 suitable for firmwares derived from ST sources
GNU Lesser General Public License v3.0
7 stars 6 forks source link

appEui unclear #27

Open Nianmi opened 1 year ago

Nianmi commented 1 year ago

I'm not sure about this AppEui. Should we provide a function where the AppEUI can be read from the device:
String appEUI() { return getValue("APPEUI"); }

or is this not necessary? I don't understand the appEUI is this a number I can invent? Perhaps there is some Documentation needed. Is using the one Programmed into device not sufficient?