added space to beginning of scroll text, updated to new arduino bootloader
This commit is contained in:
parent
695f738010
commit
f0009a67cc
@ -10,7 +10,7 @@
|
||||
|
||||
[env:nanoatmega328]
|
||||
platform = atmelavr
|
||||
board = nanoatmega328
|
||||
board = nanoatmega328new
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
majicdesigns/MD_MAX72XX@^3.2.3
|
||||
|
@ -559,7 +559,9 @@ void loop()
|
||||
}
|
||||
else
|
||||
{
|
||||
beginScrollText(&cmd[4]);
|
||||
// scroll text should start with additional space
|
||||
cmd[3] = ' ';
|
||||
beginScrollText(&cmd[3]);
|
||||
}
|
||||
btSerial.println(F("SCR"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user