Hello All,
I’m using VGDB 5.4 (Preview 3, build 2193, Linux edition licensed) and I’m getting the following error:
#error “One of CONFIG_TCP_OVERSIZE_xxx options should be set by sdkconfig” WiFi_IDF3_RevA c:\sysgcc\esp32\esp-idf\v3.1\components\lwip\include\lwip\port\lwipopts.h 348
I looked at the ESP-IDF Configuration menu and there’s nothing mentioning CONFIG_TCP_OVERSIZE.
However, in the sdkconfig.h:
line 78: #define CONFIG_TCP_OVERSIZE_MSS 1
but somehow lwipopts.h doesn’t see it because the line 339 is grayed out.
338: #ifdef CONFIG_TCP_OVERSIZE_MSS
339: #define TCP_OVERSIZE TCP_MSS
340: #endif
I reinstalled the tool chain, etc., same error no matter what. Tried with ESP-IDF 3.0, 3.1 release and master, same thing.
Any known work around this issue?
Thank you!