Add IPv6 link-local address to net_init and info response, use WaitGroup.Go

This commit is contained in:
Ian Gulliver
2026-04-06 17:20:13 +09:00
parent 1fa1b2076c
commit 00ab432a72
7 changed files with 34 additions and 28 deletions

View File

@@ -7,8 +7,9 @@ type ResponsePICOBOOT struct{}
type RequestInfo struct{}
type ResponseInfo struct {
BoardID [8]byte
MAC [6]byte
BoardID [8]byte
MAC [6]byte
LinkLocal [16]byte
}
type DeviceError struct {