- drobne zmeny v timezone
- prevod do ascii v pocasi - scroller print lines - main, prerobenie do TimeZone vyhodenie DateTime
This commit is contained in:
@@ -81,6 +81,14 @@ int Scroller::Scroll(int tick)
|
||||
}
|
||||
}
|
||||
|
||||
void Scroller::PrintSerialLines()
|
||||
{
|
||||
for (int i=0; i < _nlines; i++)
|
||||
{
|
||||
Serial.println(_Lines[i]);
|
||||
}
|
||||
}
|
||||
|
||||
bool Scroller::TurnOn()
|
||||
{
|
||||
_off = false;
|
||||
|
||||
Reference in New Issue
Block a user