-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Description
Description
As WiFi on the ESP32 now gets more and more functional, it feels a bit unpleasant to put my WiFi credentials inside Configuration_adv.h and then to accidentally push them to my public Marlin repo on GitHub.
My suggestion would be to put them inside a separate config file which only gets included if needed (so the file would not even have to exist for users not using WiFi etc.). Users could then either ignore it completely in Git (or mark as skip-worktree) to not accidentally publish their secrets. I did not choose the name Configuration_WiFi.h but Configuration_secrets.h as I already saw that there might be more secrets to come, e.g. website authentication credentials (luc-github/ESP3DLib@8fc6354) etc.
I will be happy to provide a corresponding PR, I just wanted to check the general opinion on this first before investing more time on it.