mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 12:19:49 +03:00
DHT22 Input support, thermo and esp refactoring
This commit is contained in:
@@ -41,7 +41,7 @@ unsigned long owTimer = 0;
|
||||
owChangedType owChanged;
|
||||
|
||||
int owUpdate() {
|
||||
unsigned long finish = millis() + 5000;
|
||||
unsigned long finish = millis() + OW_UPDATE_INTERVAL;
|
||||
short sr;
|
||||
|
||||
//net.setStrongPullup();
|
||||
|
||||
Reference in New Issue
Block a user