优化非六轴电机电流数据处理

This commit is contained in:
2025-08-01 14:24:43 +08:00
parent 790a4985e7
commit d45205a72b
5 changed files with 15 additions and 9 deletions

2
aio.py
View File

@@ -1037,7 +1037,7 @@ class SplashScreen(QApplication):
if __name__ == '__main__':
if time.time() > 1757486841:
if time.time() > 1767196800:
exit(9)
app = SplashScreen(sys.argv)