Archived
1
0

Compare commits

..

14 Commits

Author SHA1 Message Date
Shaun Setlock
b1782a703c Consolidating requirements. 2025-04-26 22:10:26 -04:00
Shaun Setlock
befdbb89fb Relocating requirements.txt to project root. 2025-04-26 22:07:12 -04:00
Shaun Setlock
b12e78d6e6 Relocating requirements.txt to project root. 2025-04-26 22:06:51 -04:00
Shaun Setlock
7bbdbc8998 Working automatic mode.No DB stuff yet. 2021-11-12 15:23:57 -05:00
Shaun Setlock
dbbf6f7b42 Pushing some work on automatic mode. 2021-11-12 13:55:45 -05:00
Shaun Setlock
9275f3a5a3 Starting to work on functional description. 2021-11-06 21:10:28 -04:00
Shaun Setlock
065413bcd0 Wrote working manual mode script. 2021-11-06 19:06:43 -04:00
Shaun Setlock
4970653c0c Merge branch 'master' of ssh://gitea.setlock.xyz:2222/shaun/garden 2021-11-06 16:59:29 -04:00
Shaun Setlock
5619ac4e17 Updating sample scripts to use final pin assignments. 2021-11-06 16:54:38 -04:00
Shaun Setlock
07083c6e71 Some working db writer code. 2021-10-23 07:47:59 -04:00
Shaun Setlock
974a914282 Starting code for writing to Postgres db. 2021-10-22 21:14:45 -04:00
Shaun Setlock
0a0a94ba51 Minor changes to variable naming in pb.py 2021-10-18 20:22:07 -04:00
Shaun Setlock
ab811ae31b Fixing date in DHT22 print formatting. 2021-10-18 15:53:27 -04:00
Shaun Setlock
0f142124a8 Adding relay output test program. 2021-10-17 20:55:25 -04:00
2 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
{
"python.pythonPath": "relay/venv/bin/python3"
}

View File

@@ -3,8 +3,8 @@ click==8.0.3
importlib-metadata==4.8.1 importlib-metadata==4.8.1
mypy-extensions==0.4.3 mypy-extensions==0.4.3
pathspec==0.9.0 pathspec==0.9.0
pkg-resources==0.0.0
platformdirs==2.4.0 platformdirs==2.4.0
psycopg2-binary==2.9.1
regex==2021.10.8 regex==2021.10.8
RPi.GPIO==0.7.0 RPi.GPIO==0.7.0
tomli==1.2.1 tomli==1.2.1