diff --git a/README.md b/README.md index 36d24962..dda60d69 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ My plan is that future updates (if any) will be made to "development" branch, an After downloading and unpacking the files, you can open VSCode, click on PlatformIO icon and open a project folder. Either "4-wire-version" or "6-wire-version". Edit the file "platformio.ini" to your liking. Upload program then upload filesystem.
-If you still want to use Arduino, just rename "main.cpp" to "src.ino" (or "src-for-mqtt.ino" etc. It must have the same name as the parent directory) then move "data" folder to the same folder: + +If you still want to use Arduino, just rename "main.cpp" to "src.ino" (or "src-for-mqtt.ino" etc. It must have the same name as the parent directory) then move "data" folder to the same folder:
--my source folder
- |-my source folder.ino
- |--data
- |-index.html
- |-...
+  |-my source folder.ino
+  |--data
+    |-index.html
+    |-...
Install libraries listed in "platformio.ini"
4-wire version: Only tested by me with the pump "on the bench".