Issue:
When using the command at+set_config=lora:default_parameters, the Device EUI is changed to “DevEui: 0000000000000000” and not to the factory default.
See example below:
Setup:
(13:58:12.894) at+version
(13:58:12.960) OK V3.3.0.15
(13:58:16.418) at+set_config=lora:default_parameters
(13:58:16.467) OK
(13:58:17.733) at+get_config=lora:status
(13:58:17.783) OK Work Mode: LoRaWAN
(13:58:17.783) Region: AU915
(13:58:17.783) MulticastEnable: false
(13:58:17.807) at+get_config=lora:channel
(13:58:17.818) DutycycleEnable: false
(13:58:17.818) Send_repeat_cnt: 0
(13:58:17.818) Join_mode: OTAA
(13:58:17.818) DevEui: 0000000000000000
(13:58:17.818) AppEui: 0000000000000000
(13:58:17.818) AppKey: 00000000000000000000000000000000
(13:58:17.818) Class: A
As you can see above the DevEui is not “00”, where I would expect the value to be the factory, same as in the Module QR sticker.
Thanks!