duh exporting
All checks were successful
build lightwatch / build (push) Successful in 5m39s

This commit is contained in:
2023-10-20 02:12:27 +00:00
parent 66d55c15de
commit 6e27fc641b

View File

@@ -110,7 +110,7 @@ func (c *HardwareConfig) geometry() (width, height int) {
func (c *RunTimeConfig) rt_options() *C.struct_RGBLedRuntimeOptions {
rt := &C.struct_RGBLedRuntimeOptions{}
rt.gpio_slowdown = C.int(c.gpio_slowdown)
rt.gpio_slowdown = C.int(c.Gpio_slowdown)
return rt
}