From 419200a5e8b5474f303816f6652b07fdbcfbb92b Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 20 May 2021 11:28:46 +1200 Subject: [PATCH] Update README.md Edit to make sense. --- firmware/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/firmware/README.md b/firmware/README.md index b1f3567..53654d3 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -1,8 +1,4 @@ -Customize your build~ -The base for your self compiled version has to be Tasmota. Do NOT use a other Tasmota build variant for. -Create a new file in /tasmota folder called user_config_override.h. You can copy the sample file user_config_override_sample.h that is already there and which include some sample definition for coding your own Wifi SSID and pasword inside the Tasmota firmware. +Refer to https://tasmota.github.io/docs/Compile-your-build/ -Open the file in chosen development environment for editing. - -Enter lines required to enable or disable desired feature. All features and their identifier can be found in my_user_config.h. +Section: Customize your build