Unable to build quinled-dig-next-2 with WLED_ENABLE_WPA_ENTERPRISE

It states that WLED_ENABLE_WPA_ENTERPRISE should be implemented (for 802.1x) since v16. But when i try to build wled with the platform override from quinled, it fails. As soon as i remove that flag, it builds again. I am wondering if anyone can confirm this behaviour, or if i do something wrong.

Thanks!

little update:

i tested it with the target esp32dev_8M and it fails in the same way (removed the override ini and only added that flag to platformio.ini), so seems like this wifi enterprise flag does somehow not work. any help is very appreciated :slight_smile:

are you building 16.x branch where this is supported or main 17.x branch which is in dev?

i tried it with tag 16.0.1

out of curiosity i tested it against branch 16_x, fails in the same way