Skip to content

Commit

Permalink
Development (#70)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
visualapproach committed May 21, 2021
1 parent 93f58e7 commit 6d4f048
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>

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:<br>
--my source folder<br>
|-my source folder.ino<br>
|--data<br>
|-index.html<br>
|-...<br>
&nbsp;&nbsp;|-my source folder.ino<br>
&nbsp;&nbsp;|--data<br>
&nbsp;&nbsp;&nbsp;&nbsp;|-index.html<br>
&nbsp;&nbsp;&nbsp;&nbsp;|-...<br>
Install libraries listed in "platformio.ini"<br>

4-wire version: Only tested by me with the pump "on the bench".
Expand Down

0 comments on commit 6d4f048

Please sign in to comment.