Add firmware_name to info response
This commit is contained in:
@@ -7,9 +7,10 @@ type ResponsePICOBOOT struct{}
|
||||
|
||||
type RequestInfo struct{}
|
||||
type ResponseInfo struct {
|
||||
BoardID [8]byte
|
||||
MAC [6]byte
|
||||
LinkLocal [16]byte
|
||||
BoardID [8]byte
|
||||
MAC [6]byte
|
||||
LinkLocal [16]byte
|
||||
FirmwareName string
|
||||
}
|
||||
|
||||
type DeviceError struct {
|
||||
|
||||
Reference in New Issue
Block a user