rinstrum-franz
rinstrum-franz
Get this every time at Compile: ``` -- Adding linker script /home/franz/esp-idf-v5.1/components/soc/esp32/ld/esp32.peripherals.ld error: Anwendung des Patches fehlgeschlagen: src/core/ipv4/ip4.c:332 error: src/core/ipv4/ip4.c: Patch konnte nicht angewendet werden ``` Full log here: https://gist.github.com/rinstrum-franz/8fb27d45e1fab2b0428b50e74c913e71
Hi, there is following Warning: ``` warning: the int symbol BRIDGE_SOFTAP_MAX_CONNECT_NUMBER (defined at /home/franz/git/rin/rinGate/rinGate/components/iot_bridge/Kconfig:70) has a non-int default BRIDGE_CUSTOM_MAX_CONNECT_NUMBER (undefined) ```
https://github.com/espressif/esp-iot-bridge/blob/a009f9a18e6e2ab095a9f88e9512f5e95927e04a/components/web_server/src/web_server.c#L292 https://github.com/espressif/esp-iot-bridge/blob/a009f9a18e6e2ab095a9f88e9512f5e95927e04a/components/web_server/src/web_server.c#L615 ``` /home/franz/git/rin/rinGate/rinGate/components/web_server/src/web_server.c: In function 'stop_scan_filter': /home/franz/git/rin/rinGate/rinGate/components/web_server/src/web_server.c:290:103: warning: pointer 'fail_item' used after 'free' [-Wuse-after-free] 290 | for (router_obj_t *fail_item = SLIST_FIRST(&s_router_fail_list); fail_item != NULL; fail_item = SLIST_NEXT(fail_item, next)) {...