envy / esp-knx-ip

A KNX/IP library for the ESP8266 with Arduino
MIT License
135 stars 49 forks source link

limited config params count? #82

Open aterjung opened 3 years ago

aterjung commented 3 years ago

Hi,

i have a problem with my config fields count. Is there a limit to a count or memory limit? I have the following fields set. but the last 2 are missing:

Device-Address Hostname (String) Update-Interval (int) 10x 1W-Address (String 16) 10x GA

Only the GAs 1-8 are there, 9 and 10 are missing. Is this there a known limit?

kindly regards

envy commented 3 years ago

Take a look at https://github.com/envy/esp-knx-ip/blob/eff93654078f299825aa644cf9a2d4e816591c5f/esp-knx-ip.h#L17L22 and adjust those values accordingly.