Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jepohle committed May 17, 2024
1 parent 8b99e6a commit d25caf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ byte message[9] = {129, 163, 102, 111, 111, 163, 98, 97, 114};
void setup() { Serial.begin(115200); }

void loop() {
Serial.write(message);
delay(1000)
Serial.write(message,9);
delay(1000);
}

0 comments on commit d25caf9

Please sign in to comment.