danak6jq / Seeed-LoRa-E5

LoRaWAN end node built from scratch using CubeMX for WLE5x in the LoRa-E5
Other
46 stars 10 forks source link

Change default to use STM32WL internal EUI #14

Closed danak6jq closed 2 years ago

danak6jq commented 2 years ago

Not everyone will want this, it's configurable in the IOC (and a production app will configure it elsewhere), but I will change to use the internal (static) EUI. Only problem is fetching it from the MCU first time, one really has to watch the serial logging messages

danak6jq commented 2 years ago

Added support, merged to master