Max Prokhorov

Results 503 comments of Max Prokhorov

> LwipIntf::stateUpCB() s/LwipIntf::stateUpCB()/LwipIntf::ipChangeCB()/ ? in case of DHCP, that would be called twice Might be confusing for static ip? Need to check examples, though. Is it 'STATE UP -> set...

Also seems weird :/ Can we replace `netif_status_changed` with `netif->status_callback`? https://github.com/lwip-tcpip/lwip/blob/239918ccc173cb2c2a62f41a40fd893f57faf1d6/src/core/netif.c#L350-L352 https://github.com/lwip-tcpip/lwip/blob/239918ccc173cb2c2a62f41a40fd893f57faf1d6/src/core/netif.c#L504 (called on IP change) https://github.com/lwip-tcpip/lwip/blob/239918ccc173cb2c2a62f41a40fd893f57faf1d6/src/core/netif.c#L882 (called on UP / DOWN)

Do you mean the issue happens after update from firmware using Core 2.7.4 to 3.0.2? After erasing flash contents, does anything change after adding `WiFi.persistent(false);` before the `WiFi.begin(...);`?

I may have foggy memory about which settings are simply ignoring that flag... Perhaps, one also needs to [forcibly disable 'auto{re}connect'](https://github.com/esp8266/Arduino/blob/a0c7a85649a3c48c05e70f3014769af23d01ec3b/libraries/ESP8266WiFi/src/ESP8266WiFiSTA.h#L55-L59); at least one of those causes your previously entered...

'Required' workflows never going to work with path filtering, though. Github suggests something **very** weird with name substitution - https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks - which also brings up the fact that workflows match...

Experimenting with folds / groups, using them may result in almost unreadable error messages b/c Github *defers* log page loading. External example https://github.com/earthly/earthly/actions/runs/3213430189/jobs/5254151335#step:17:21 (nice and simple game of 'try to...

> Core Version: [latest git hash or date] What is the Core version?

> IPAddress gateway(192, 168, 1, 1); ...and you sure it is routable? I don't see any issues with the current http client version

> I don't know how to get version of the library with platformio. Can you give me some help? See `PACKAGES` list in PIO output, `platform = espressif8266` without a...

> I suspect it has something to do with Nonos_sdk, and but there is no source code to let me tracking down where and how the issue occurs. It is...