jasoncoon / esp8266-fastled-webserver

GNU General Public License v3.0
714 stars 359 forks source link

Add a config sample file config.h.sample #124

Closed Pilooz closed 5 years ago

Pilooz commented 5 years ago

Hi, I discover this project, which is exactly what I was looking for. I was wondering if it could be a good idea to add a config sample file to store configuration values like :

This file would be gitted and the installation process will be modified as follow :

The benefit is that when you need some specific value, you put it in the config.h, which is not in the git repo, so as to keep the git branch clean. What do you think about that ?

jasoncoon commented 5 years ago

Thank you for addressing this! https://github.com/jasoncoon/esp8266-fastled-webserver/pull/125