envy / esp-knx-ip

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

Error: flexible array member in union #89

Closed schaefersimon closed 1 year ago

schaefersimon commented 1 year ago

Hey there,

when I tried to compile the example I received the following error:

/libraries/esp-knx-ip-master/esp-knx-ip.h:259:17: error: flexible array member in union 259 | cemi_addi_t additional_info[]; | ^~~~~~~