mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-06-30 15:51:41 +02:00
fixed bug with wrong indentatiojn after clear
This commit is contained in:
@ -69,6 +69,8 @@ void Display::clear(void){
|
||||
}
|
||||
Wire.endTransmission();
|
||||
}
|
||||
this -> charsOnCurrLine = 0;
|
||||
this -> currLine = 0;
|
||||
return;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user