Create README.md

See https://tasmota.github.io/docs/Compile-your-build/
This commit is contained in:
Andrew 2021-05-20 11:26:45 +12:00 committed by GitHub
parent 6a3703adf6
commit 87842b7f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
firmware/README.md Normal file
View File

@ -0,0 +1,8 @@
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.
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.