omogenot
omogenot
Please add power as well.
Well, in terms of stats, it could be a nice to have value. No one prevents you from labelling this value as "Last ADR requested value" :-)
W5500-EVB-PICO: setblocking, SOL_SOCKET, SO_REUSEADDR NOT working; Cannot use Asyncio start_server()
Hi, I allow myself to intervene there as I succeeded in building the firmware (1.19.1 as of the time of writing) for W5500_EVB_PICO board, and the SO_REUSEADDR is working. I...
@robert-hh I found yet another little glitch in the wiznet5k driver. In the file `extmod/network_wiznet5k.c` the function `wiznet5k_gethostbyname` uses a fixed dns sever address (i.e. Google public DNS 8.8.8.8) instead...
@robert-hh You're right, this is more academic than anything else 😉. I just stumbled on it and wanted to mention it, not knowing if it was worth a PR just...
@robert-hh Thanks for the tips fix. I don't know which config uses W5500 chip and does not uses LWIP, but for tests I temporarily removed LWIP from W5500_EVB_PICO and it...
I did it... This modification requires to: 1/ Add some new style definitions in the css (or the aio version): ``` #KioskBoard-VirtualKeyboard.kioskboard-tolowercase .kioskboard-row-dynamic span[class^=kioskboard-key][lowercase]:after{ content:attr(lowercase) } #KioskBoard-VirtualKeyboard.kioskboard-touppercase .kioskboard-row-dynamic span[class^=kioskboard-key][uppercase]:after{ content:attr(uppercase)...
W5500-EVB-PICO: setblocking, SOL_SOCKET, SO_REUSEADDR NOT working; Cannot use Asyncio start_server()
@UncleBee1885 , Since the version you are referring to, I suppose that the driver has been updated from the so-called `wiznet` stack to the `lwIP` stack. As a consequence some...
@mluis1 Thanks for taking some time to test... I did not modify anything in the stack by itself, just use external board files to adapt to my micro (SPI, Timer,...
@mluis1 Thanks again for these precisions. However, I dove in the code and I suspect (although I don't have any proof), that the problem might arise from the fact this...