Sending MATX shuts down board #21
Labels
No labels
Core
Fixed
Godot
HardwareIssue
LEDS
Networking
Problem
SoftwareIssue
duplicate
enhancement
good first issue
help wanted
invalid
on hold
question
reminder
todo 🗒️
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
squatnet/ArduinoStuff#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sending MATX command only gets to Matrix A correctly, B (assume c also) will switch to pattern 0 (all off)
The issue is in this function
The last line clears the string prematurely, Its fine if only sending to a single board but in the case of multiple sends the string is gone so we are sending just
\0to Boards B and C.Should also fix ALLX commands as is very likely the same bug.