From 184abef5a49ae3392e496d54b24be1501db801a6 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Sat, 25 Dec 2021 13:24:53 +0300 Subject: [PATCH] OW_DEVICES_LIMIT option --- lighthub/owTerm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthub/owTerm.h b/lighthub/owTerm.h index 963da8d..b940f60 100644 --- a/lighthub/owTerm.h +++ b/lighthub/owTerm.h @@ -48,7 +48,7 @@ e-mail anklimov@gmail.com #define recheck_interval 5 #define check_circle 2000/t_count -#if defined (OW_DEVICES_LIMIT) +#if not defined (OW_DEVICES_LIMIT) #define t_max 20 //Maximum number of 1w devices #else #define t_max OW_DEVICES_LIMIT