Updated Compiling Tasmota on Gitpod (markdown)

Michael Ingraham 2019-08-07 13:30:26 -04:00
parent 779f6bef97
commit 1bff0de85e
1 changed files with 1 additions and 2 deletions

@ -35,10 +35,9 @@ The proper method of customizing firmware compilation options is to use the `use
4. Open the `platformio.ini` file located in the `/Sonoff-Tasmota` root directory (scroll to the bottom of the file Explorer pane)
5. In the Editor (2) pane, a leading semicolon `;` comments out (disables) a statement:
- In the `[common]` section, enable `-DUSE_CONFIG_OVERRIDE` if using your own `user_config_overrid.h`
![Edit platformio.ini](https://i.imgur.com/AQml2kI.png)
- In the `[core_active]` section, enable the `platform` and `build_flags` lines for the desired core
![Edit platformio.ini](https://i.imgur.com/AQml2kI.png)
When you are done, save all of your edits (user_config_override & platformio.ini). Now you're ready to compile.
#### COMPILING YOUR BINARY: