Skip to content

Commit 59405cb

Browse files
authored
Update PZEM004T,-Wemos-D1-Mini-and-a-1602-I2C-display.md
1 parent f3f344d commit 59405cb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

peripherals/PZEM004T,-Wemos-D1-Mini-and-a-1602-I2C-display.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313
## Preparation
1414
**You need to compile your own Tasmota firmware as none of the pre-compiled binaries have support for _display and PZEM_ module.**
1515

16-
**Set up your preferred IDE as described in [wiki](installation/Flashing#flashing-and-compiling-from-source)**
16+
**Set up your preferred IDE as described in [wiki](/jdocs/Compile-your-build)**
1717

1818
### Enable IDE to Use Custom Settings
19-
Create _**user_config_override.h**_ in the `sonoff` folder and paste the contents of this [sample configuration file](https://pastebin.com/WkfyKYnh).
19+
Create _**user_config_override.h**_ in the `tasmota` folder and paste the contents of this [sample configuration file](https://pastebin.com/WkfyKYnh).
2020

2121
#### PlatformIO
22-
- Edit [_**platformio.ini**_](https://github.com/arendst/Tasmota/blob/development/platformio.ini). Uncomment the statement by removing the ";" in front of the line:
23-
`-DUSE_CONFIG_OVERRIDE`
22+
- Rename [platformio_override_sample.ini](https://github.com/arendst/Tasmota/blob/development/platformio_override_sample.ini). to platformio_override.ini
2423
- Enter `platformio run -e <variant-name>`
2524
Examples:
2625
- `platformio run -e tasmota-sensors`

0 commit comments

Comments
 (0)