Skip to content

Commit

Permalink
led-count typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leobeosab committed Jul 29, 2020
1 parent 42c81d3 commit 49f6829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/forzatachometer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
// This is passed as a flag because I don't know what interface to grab the IP from
flag.StringVar(&hostIp, "host-ip", "", "IP address of this machine")
flag.StringVar(&wledIp, "wled-ip", "", "IP address of the WLED strip")
flag.IntVar(&ledCount, "led-coount", 0, "Number of leds in the light strip")
flag.IntVar(&ledCount, "led-count", 0, "Number of leds in the light strip")

flag.Parse()

Expand Down

0 comments on commit 49f6829

Please sign in to comment.