From 6d4f048b115c0f99fcdf8124333b43e097cf4a30 Mon Sep 17 00:00:00 2001 From: visualapproach Date: Fri, 21 May 2021 20:04:15 +0200 Subject: [PATCH] Development (#70) * deleted v1.28 * deleted files * added 4 wire version folder * structured folders * more structure * warnings * structured * deleted bwc2.0.0 * edit text * edit readme * edited readme * deleted timezone call * Added Arduino IDE text * edit * edit readme * Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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".