File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ You will need to configure the following variables in the `user_configurator` fi
77
77
78
78
1 . Run the main script to start the automatic hydroponic system when your in the entire project folder:
79
79
``` bash
80
- python3 run_this .py
80
+ python3 main .py
81
81
```
82
82
83
83
2 . Follow the prompts to reset and prime the pumps and input the target PPM and water level for your system.
File renamed without changes.
Original file line number Diff line number Diff line change 3
3
4
4
# Define paths to the scripts
5
5
app_script = os .path .join ('website' , 'app.py' )
6
- main_script = os .path .join ('hydroponics_main' , 'main .py' )
6
+ main_script = os .path .join ('hydroponics_main' , 'setup_monitor .py' )
7
7
8
8
# Start both scripts
9
9
app_process = subprocess .Popen (['python' , app_script ])
You can’t perform that action at this time.
0 commit comments