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.51k stars 429 forks source link

Move defaults to compile-time constants #504

Closed rojer closed 5 years ago

rojer commented 5 years ago

conf0.json is no more: defaults are now compiled into the firmware. This saves filesystem space as well as RAM and makes boot faster.

Changes to string fields in config structs:

CL: Move defaults to compile-time constants