tinyusb
tinyusb copied to clipboard
feat(network): add NCM connect/disconnect status
Device can notify the host about network connection status by CDC NetworkConnection. In the current scheme, the host does not re-initiate the DHCP process even if WiFi is connected to a different router. We used it to solve the problem that WiFi devices would connect to different routers.
Out of curiosity: have you checked my NCM PR (#2227)? It should perform better and more bugfree than the original NCM device.
Sorry for the delay, since #2227 is merged, could you make a rebase ?