Skip to content

Commit

Permalink
change default ardas config
Browse files Browse the repository at this point in the history
  • Loading branch information
bastinc committed Aug 24, 2018
1 parent 396dfbb commit dea466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino_reset/ardas_reset.ino
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ void setup()
{
Serial.begin(57600);
Serial.flush();
s = "#ZR 0014 014 0015 4 1401 1402 1403 1404 31\r";
s = "#ZR 0001 255 0001 4 0000 0000 0000 0000 31\r";
reconfig(s);
set_raspardas_mode(true);
}
Expand Down

0 comments on commit dea466d

Please sign in to comment.