hreintke

Results 38 comments of hreintke

@dok-net I just updated the comment in #6055 to include a complete sketch. If anything still unclear, just let me know.

@dok-net @d-a-v : I can do further checking on this but am lost in the PR's and associated commits. Do I need only git master + this PR or is...

@dok-net @d-a-v @igrr Is there a way that, for debug purposes, we can intercept the "missed cache interrupt" and then check whether we are in interrupt code. If no ->...

The positive on using FreeRTOS is that compatibility with esp32 is improved/better possible. Maybe even code sharing between the two frameworks, but application migration should benefit.

@mcspr @d-a-v Can't reproduce either. >But, logs do show that it finds the AP netif, and attempts to send the data Can you provide your logs so I can (perhaps)...

@d-a-v I agree with you on the workaround. I will submit a PR (today or tomorrow) where I also include some debug print so we still can see it happen...

@d-a-v Have some trouble with my dev environment. PR will come what later.

Submitted a PR to solve the infinite sending of host probes. To be decided/handled : When STA is connected after MDNS,begin() there is no trigger from LwipIntf::stateUpCB -> No probing/announcing...

@devyte : I can work on this. What is your idea on the way forward for this. I would propose to first focus on functionality and later on the implementation...

@devyte : OK. Please let me know of possible usecases you know in core/libraries. it's not easy to search for those What is the expected timeline for 2.6.0. ?