Skip to content

Commit

Permalink
Fixed typo in Gitpod.md
Browse files Browse the repository at this point in the history
Fixed tamota to tasmota
  • Loading branch information
maorcc authored Jan 1, 2020
1 parent 41654a7 commit ec66a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gitpod.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The display consists of three panels:

### Customize Firmware Features and Settings
:warning: ATTENTION: The proper method of customizing firmware compilation options is to use the `user_config_override.h` file. Most customizations should not require changes to the `my_user_config.h` file. To modify the stock configuration:
1. Select the `/tamota` folder in the Explorer (1) pane
1. Select the `/tasmota` folder in the Explorer (1) pane
2. Create a new file called `user_config_override.h`
3. In the Editor (2) pane, add, change, or remove anything you need in your configuration file to define your own settings. Refer to the `user_config_override_sample.h` file as well as `my_user_config.h` for `#define` options ([sample](https://pastebin.com/M5KPPWAJ)). You can find a list of Tasmota features and settings listed [here](Builds). Define the features you require in your configuration file.
4. Click 'File' on the menu bar and 'Save' your edits.
Expand Down

0 comments on commit ec66a89

Please sign in to comment.