Skip to content

Commit

Permalink
change color to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfeldman committed Dec 14, 2024
1 parent 685fcdb commit eabcf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/camera/camera.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (c *camera) GetConfig() device.Config {
State: c,
FS: &embedFS,
Targets: []string{"rpi", "x86-64"},
BgColor: "gold",
BgColor: "blue",
FgColor: "black",
PollPeriod: 5 * time.Second,
PacketHandlers: device.PacketHandlers{
Expand Down

0 comments on commit eabcf48

Please sign in to comment.