ver 1.3.6: fix post-release bugs

This commit is contained in:
fsender
2024-03-12 00:58:08 +08:00
parent 558b847a3d
commit 86de2fb12a
4 changed files with 32 additions and 11 deletions

View File

@@ -81,7 +81,9 @@ void drv::drv_dispWriter(std::function<uint8_t(int)> f,uint8_t m){ //单色刷
}
}
}
yield();
}
delay(50);
}
void drv::drv_sleep() {}
}