typos, typos everywhere!

Federico Leoni 2019-05-07 15:28:42 -03:00
parent 8afe5f326e
commit db47b7a8b6
1 changed files with 6 additions and 1 deletions

@ -33,9 +33,10 @@ To modify the stock configuration without changing the `my_user_config.h` file:
3. On Gitpod:
* open the file `platformio.ini` (on root directory)
* find [common] section and uncomment `-DUSE_CONFIG_OVERRIDE` (remove the semicolon `;` at the beginning of the line) and save.
![Edit platformio.ini](https://i.imgur.com/AQml2kI.png)
You are now ready to change add or remove all you need on your configuration file.
You are now ready to change, add or remove all you need on your configuration file.
When done save, now you're ready to compile.
#### COMPILING YOUR BINARY:
@ -52,10 +53,14 @@ If you like another flavor, we get you covered!
[Here](https://github.com/arendst/Sonoff-Tasmota/wiki/Builds) you can find a list of Tasmota builds with respective futures supported.
Compiling time normally takes a couple of minutes, this time is directly related to the configuration you made: more future added means more time needed to compile.
When done, you will find you binary on `/Sonoff-Tasmota/.pioenvs/[name of the build]/`
![folders](https://i.imgur.com/SEqyGy2.png)
You just need to download the file firmware.bin to your computer, you are now ready to flash with [Esptool](https://github.com/arendst/Sonoff-Tasmota/wiki/Esptool) or any other compatible [tool](https://github.com/arendst/Sonoff-Tasmota/wiki/Flashing).
#### Extension:
Gitpod has a browser extension (Chrome and Firefox) useful to load directly a GitHub project in your personal work-space.
![Gitpod link](https://i.imgur.com/uEHszIn.png)
More information [here](https://www.gitpod.io/docs/20_Browser_Extension/).