From 230d31760639b571f6c407aece2465eb4f0eceff Mon Sep 17 00:00:00 2001 From: elajoie <47176400+elajoie@users.noreply.github.com> Date: Sat, 16 Feb 2019 01:24:58 +0100 Subject: [PATCH] Updated Beginner Guide Create your own Firmware Build (markdown) --- Beginner-Guide---Create-your-own-Firmware-Build.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Beginner-Guide---Create-your-own-Firmware-Build.md b/Beginner-Guide---Create-your-own-Firmware-Build.md index 5282f31b..54847e9e 100644 --- a/Beginner-Guide---Create-your-own-Firmware-Build.md +++ b/Beginner-Guide---Create-your-own-Firmware-Build.md @@ -44,11 +44,7 @@ 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/7.jpg) ![](https://raw.githubusercontent.com/reloxx13/reloxx13.github.io/master/media/tasmota-wiki-beginner-guide/8.jpg) - -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 to user_config.h - -You can now change your default configuration in this file. +In the left Sidebar navigate to sonoff/my_user_config.h and change your default configuration in this file. I suggest you to read everything in there and adapt everything to your needs. If you are done press ctrl+s to save the file.