duh exporting
build lightwatch / build (push) Successful in 5m39s Details

main v1.0.0
Nathan Wagner 7 months ago
parent 66d55c15de
commit 6e27fc641b

@ -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
}

Loading…
Cancel
Save