OW_DEVICES_LIMIT option

This commit is contained in:
2021-12-25 13:24:53 +03:00
parent 44d0568267
commit 184abef5a4

View File

@@ -48,7 +48,7 @@ e-mail anklimov@gmail.com
#define recheck_interval 5 #define recheck_interval 5
#define check_circle 2000/t_count #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 #define t_max 20 //Maximum number of 1w devices
#else #else
#define t_max OW_DEVICES_LIMIT #define t_max OW_DEVICES_LIMIT