diff --git a/Beginner-Guide---Create-your-own-Firmware-Build.md b/Beginner-Guide---Create-your-own-Firmware-Build.md index 421ad820..686b3c8a 100644 --- a/Beginner-Guide---Create-your-own-Firmware-Build.md +++ b/Beginner-Guide---Create-your-own-Firmware-Build.md @@ -45,7 +45,9 @@ Click on "Open Project" and choose the unzipped folder you just downloaded. Be s ![](https://raw.githubusercontent.com/reloxx13/reloxx13.github.io/master/media/tasmota-wiki-beginner-guide/8.jpg) -In the left Sidebar navigate to sonoff/user_config.h and click on it. +In the left Sidebar navigate to sonoff folder and right click on user_config_override_sample.h and click Duplicate. +Now change name of file as show below to user_config.h + You can now change your default configuration in this file. I suggest you to read everything in there and adapt everything to your needs.