Krzysztof Mazur
Krzysztof Mazur
Hey, it's not hard to do at all, it would just require adding a call to `WiFi.macAddress()` and some formatting around here: https://github.com/krzmaz/LinakDeskEsp32Controller/blob/main/src/main.cpp#L252-L255 I'm just not sure if it's the...
@Jason2866 just to be sure - you tried applying my changes and enabling lto, right? This PR should not have any effects without enabling lto AFAIK 😅
Just keep in mind that this can mess up backtrace symbols. I needed to add `-ggdb` linker flag to have the full debug info, which surprisingly increased the flash usage...
It's possible that some specific linker flags or scripts would need to be modified to work with C3. That shouldn't block this PR, as it merely allows for opting in...
@valeros @ivankravets Sorry for the direct pings but I'm not sure how to get some progress on this PR. Could you help move it forward?
Hi there, sorry for digging this old issue up, but it seems that the problem is still relevant (for me at least :wink: ) and the Chrome add-on doesn't work...
>Task watchdog got triggered. The following tasks did not reset the watchdog in time This is most likely a problem with BT and WiFi coexistence... I've heard anecdotes that it...
Update: this will possibly just require defining [LWIP_MDNS_RESPONDER](https://github.com/georgerobotics/cyw43-driver/blob/195dfcc10bb6f379e3dea45147590db2203d3c7b/src/cyw43_lwip.c#L176) in `lwipopts.h`
Actually it seems like this needs to wait for https://github.com/georgerobotics/cyw43-driver/pull/39 some throwaway work could be done to patch it for now, but not sure if it's worth it.
Hi Carlos! Thank you for the interest in the project! Your problems are connected to the `makefsdata` script not being compatible with windows. You can see #1 for more details...