This repository was archived by the owner on Nov 18, 2020. It is now read-only.
This repository was archived by the owner on Nov 18, 2020. It is now read-only.
Feature Request: Encapsulate settings / config in extra file #27
Open
Description
Hi all,
another idea that just came to my mind: Wouldn't it be good to move the configuration information (i.e., Wifi credentials, lamp setup (number of LEDs and their arrangement)) from the main code Super_Simple_RGB_WiFi_Lamp.ino
into a separate file?
Maybe an according header file would do where you could define your variables.
Would make it a lot easier to keep your config when updating the code base, or also facilitate not including it in pushes to the repository.
What do you think?