v0.6.200
This commit is contained in:
@@ -337,7 +337,7 @@ void DspCore::printText(const char* txt) {
|
||||
}
|
||||
|
||||
void DspCore::loop(bool force) {
|
||||
if (checkdelay(83, loopdelay) || force) {
|
||||
if (checkdelay(SCROLLTIME, loopdelay) || force) {
|
||||
#if DSP_MODEL==DSP_SSD1306x32
|
||||
if(fillSpaces) printClock(insideClc);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user