cesanta / mongoose-os

Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.
https://mongoose-os.com
Other
2.49k stars 430 forks source link

adding custom mac address support #505

Closed rtrue983 closed 5 years ago

rtrue983 commented 5 years ago

added the ability for a user to use their own custom mac address by setting device.mac in the mgos_sys_config

rojer commented 5 years ago
  1. please add methods for other platforms with a // TODO so that code at least builds
  2. please format with clang-format