CircuitPython_MicroOSC 0.4: OSC client and server
This release allows proper use of non-multicast (i.e. unicast or normal) IP addresses when setting up the OSCServer.
The CircuitPython examples are updated to reflect this: if no UDP_HOST is specified, it will use the IP address of the device. This allows MicroOSC to work on PicoW, which apparently doesn't have Multicast UDP support yet.