change serial to 115200

pull/177/head
alanbjohnston 3 years ago committed by GitHub
parent b6885404cf
commit fc56806d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ void setup() {
new_mode = mode;
Serial.begin(9600);
Serial.begin(115200);
pinMode(LED_BUILTIN, OUTPUT);
blinkTimes(1);

Loading…
Cancel
Save

Powered by TurnKey Linux.