Open Issues Need Help
View All on GitHub Component usage from Snapclient about 1 hour ago
AI Summary: The `esp32-udp-logger` component is difficult to integrate into applications that have already initialized the ESP-IDF network stack, such as Snapclient. Its `autostart` function attempts to re-initialize `esp_netif_init()`, causing a restart, and bypassing this leads to a crash in socket-related functions. The user seeks a way to use the logger without conflicting with an existing network setup.
Complexity:
3/5
good first issue