christoff-linde / pih-esp

ESP32 Firware for PIH
MIT License
0 stars 0 forks source link

Implement Environment Variables config logic #8

Closed christoff-linde closed 1 week ago

christoff-linde commented 2 weeks ago

Currently, "environment" variables are hard coded into the codebase. This includes variables such as network credentials. Other data, such as unique device id, is calculated at compile/setup time, and is unique each time the device starts up.

To help with future deployment/scalability, a way to configure these types of settings should be implemented. This includes setting network credentials, device ids, and any other relevant details for the device.

linear[bot] commented 2 weeks ago

CHR-30 Implement Environment Variables config logic

linear[bot] commented 1 week ago

CHR-36 Implement Environment Variables config logic