Skip to content

Commit ec4c660

Browse files
authored
Update config.json
1 parent 98a1c29 commit ec4c660

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

config.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
2+
"Pin_Config":{
3+
"ADC_Pin": 0,
4+
"Water_Pump_Pin": 13
5+
},
26
"wifi_config": {
37
"ssid": "KATCPT",
48
"password": "katCPT#12"
59
},
610
"MQTT_config": {
7-
"Host": "192.168.1.11"
11+
"Host": null,
812
},
913
"moisture_sensor_cal": {
1014
"dry": 841,
1115
"wet": 470,
12-
"Threshold": 15,
16+
"Threshold": 70,
1317
},
1418
"slack_auth": {
1519
"app_id":"",

0 commit comments

Comments
 (0)