Add firmware_name to info response

This commit is contained in:
Ian Gulliver
2026-04-06 20:09:30 +09:00
parent 49bbe1b29c
commit f837937cb7
7 changed files with 16 additions and 5 deletions

View File

@@ -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 {