Update Firmware-Servo-HelenMitzi.ino

This commit is contained in:
KawaiiZenbo 2025-10-25 11:46:54 -07:00
parent c03a91b60b
commit 3f68f78fd1

View file

@ -39,7 +39,7 @@ void loop() {
if ((byte1 & 32) && (byte2 & 32))
{
if (byte1 & 1) Serial.write("PC3,8\n");
if (byte1 & 1) Serial.write("PC3,32\n");
}
else