Skip to content

Commit

Permalink
Calibrate notification threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Bene Dániel committed May 4, 2020
1 parent 16c6063 commit 0085f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IPAddress subnet(255, 255, 255, 0); // subnet mask of the local network
IPAddress dns(1, 1, 1, 1); // DNS server address
*/

#define DRYNESS_ALARM_VALUE 500 // the higher the value, the dryer the soil (water ~300, air ~730)
#define DRYNESS_ALARM_VALUE 600 // the higher the value, the dryer the soil (water ~300, air ~730)
//#define SLEEP_USECS powerManager.MAX_SLEEP

ESPPowerManager powerManager(ssid, password, ip, gateway, subnet, dns);
Expand Down

0 comments on commit 0085f33

Please sign in to comment.