Add IPv6 link-local address to net_init and info response, use WaitGroup.Go
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user