andrewmk
andrewmk
### Type of Issue (Enhancement, Error, Bug, Question) ~~Possibly a bug? Or I don't understand something.~~ I think I've figured this out. See my [later comment](https://github.com/PySimpleGUI/PySimpleGUI/issues/4982#issuecomment-981167607) below.I think this makes...
I managed to get a UDP server working on a Wiznet w5500-evb-pico board. Loaded up CircuitPython 9.0.4 from https://downloads.circuitpython.org/bin/wiznet_w5500_evb_pico/en_GB/adafruit-circuitpython-wiznet_w5500_evb_pico-en_GB-9.0.4.uf2 and the matching Adafruit adafruit_wiznet5k and adafruit_ticks libraries. ```python import board...