Skip to content

Commit

Permalink
Support run ArduMark_V2.1(LTS).ino on TeraTerm(9600bps)
Browse files Browse the repository at this point in the history
  • Loading branch information
bockring authored Sep 7, 2024
1 parent 4fa36b2 commit 586f3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainfiles/ArduMark_V2.1(LTS).ino
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ unsigned long score; //Score
unsigned long calcpros; //Save one time calculation

void setup() {
Serial.begin(9600); //Start serial connection(9600bps)
Serial.begin(9600); //Start serial connection(on 9600bps)
}

void loop() {
Expand Down

0 comments on commit 586f3be

Please sign in to comment.