From d27c772f884d92bd04abee0409534744ff44b25e Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Fri, 6 Apr 2018 23:02:37 -0300 Subject: [PATCH] Update esp-knx-ip.h --- lib/esp-knx-ip-async-udp/esp-knx-ip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/esp-knx-ip-async-udp/esp-knx-ip.h b/lib/esp-knx-ip-async-udp/esp-knx-ip.h index 409bd2c5a..b4f9ce8d7 100644 --- a/lib/esp-knx-ip-async-udp/esp-knx-ip.h +++ b/lib/esp-knx-ip-async-udp/esp-knx-ip.h @@ -14,8 +14,8 @@ * Required EEPROM size is 8 + MAX_GA_CALLBACKS * 3 + 2 + MAX_CONFIG_SPACE which is 552 by default */ #define EEPROM_SIZE 1024 // [Default 1024] -#define MAX_CALLBACK_ASSIGNMENTS 20 // [Default 10] Maximum number of group address callbacks that can be stored -#define MAX_CALLBACKS 20 // [Default 10] Maximum number of callbacks that can be stored +#define MAX_CALLBACK_ASSIGNMENTS 10 // [Default 10] Maximum number of group address callbacks that can be stored +#define MAX_CALLBACKS 10 // [Default 10] Maximum number of callbacks that can be stored #define MAX_CONFIGS 20 // [Default 20] Maximum number of config items that can be stored #define MAX_CONFIG_SPACE 0x0200 // [Default 0x0200] Maximum number of bytes that can be stored for custom config