add status server for driver state
All checks were successful
Build ArtNet Driver / build (amd64, .exe, windows) (push) Successful in 3m49s
Build ArtNet Driver / build (amd64, , linux) (push) Successful in 3m58s
Build ArtNet Driver / build (arm, 6, , linux) (push) Successful in 3m30s
Build ArtNet Driver / build (arm64, , linux) (push) Successful in 3m31s

This commit is contained in:
Adrian Zuercher
2025-09-07 14:22:44 +02:00
parent ede86b71ef
commit a34f93e169
7 changed files with 120 additions and 80 deletions

View File

@@ -216,7 +216,6 @@ func (b *Bus) ParsePayload(c *gin.Context) error {
}
func (b *Bus) SetDMXData(channel uint, value uint8) error {
fmt.Println(100, channel, value)
b.DMX.SetValue(channel, value)
b.Send = true
return nil