mirror of https://github.com/arendst/Tasmota.git
updated user config filename as it appears in release
parent
93de64f00b
commit
cac9987418
|
@ -4,7 +4,7 @@
|
|||
2. Load the Sonoff-Tasmota base folder in [PlatformIO](https://github.com/platformio)
|
||||
3. Connect the Sonoff module in Flash Mode (see [Hardware Preparation](https://github.com/arendst/Sonoff-Tasmota/wiki/Hardware-Preparation) section and device specific articles)
|
||||
4. Select a firmware variant to flash onto your module by uncommenting one of the `env_default` lines in [platformio.ini](https://github.com/arendst/Sonoff-Tasmota/blob/master/platformio.ini), see below for variant details. You may also need to change the `upload_port` to match the communications port of the USB serial interface.
|
||||
5. Open `user_config.h` and configure your WiFi settings and optionally your MQTT, Syslog, WebServer, NTP, etc. settings
|
||||
5. Open `my_user_config.h` and configure your WiFi settings and optionally your MQTT, Syslog, WebServer, NTP, etc. settings
|
||||
6. Select "Upload" from the menu to flash the firmware
|
||||
7. After successful transfer of the firmware disconnect the module
|
||||
|
||||
|
|
Loading…
Reference in New Issue