Update 'main.go'
Some checks failed
build rgb-board / build (push) Failing after 1m27s

This commit is contained in:
2023-10-20 02:29:28 +00:00
parent ac36030437
commit 2613cf9834

View File

@@ -218,7 +218,7 @@ func main() {
rt.Gpio_slowdown = *led_slowdown_gpio
setupMQTT()
m, err := rgbmatrix.NewRGBLedMatrix(config, rt)
m, err := rgbmatrix.NewRGBLedMatrix(config, *rt)
fatal(err)
mqMessages := make(chan mqtt.Message)
log.Println("making listener")