You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: peripherals/PZEM004T,-Wemos-D1-Mini-and-a-1602-I2C-display.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,13 @@
13
13
## Preparation
14
14
**You need to compile your own Tasmota firmware as none of the pre-compiled binaries have support for _display and PZEM_ module.**
15
15
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)**
17
17
18
18
### 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).
20
20
21
21
#### 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
0 commit comments