Skip to content

Commit 95974f7

Browse files
committed
pkg/http: Expect firmware v0.1.7.
1 parent 747a83a commit 95974f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/http/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func NewServer(opts ...Option) (*Server, error) {
8181
x.stop = make(chan struct{})
8282
x.hudVersions = hudVersions{
8383
HardwareVersions: "GIZMO_V00_R6E,GIZMO_V1_0_R00",
84-
FirmwareVersions: "0.1.6",
84+
FirmwareVersions: "0.1.7",
8585
Bootmodes: "RAMDISK",
8686
DSVersions: buildinfo.Version, // Always accept own version.
8787
}

0 commit comments

Comments
 (0)