Dreamer
Results
2
comments of
Dreamer
> Just discovered this app, ran into same issue. As workaround move the item above the bottom item down. Once its no longer the bottom most item the intended item...
Started to work only after applying this changes manually ```cpp // Add this function before setup() void eth_event_handler(void* arg, esp_event_base_t event_base, int32_t event_id, void* event_data) { if (event_base == ETH_EVENT)...