备份代码,几个问题:1.打印消息超过63个设备后,设备号正确,但是从0开始;2.128个设备的话,末尾的2个设备不正确,不知道为什么

This commit is contained in:
2025-09-08 01:23:14 +08:00
parent 7d7f92e2fe
commit 41d4805841
5 changed files with 312 additions and 5 deletions

View File

@@ -6,4 +6,5 @@ from .watchdog import *
from .broadcast import *
from .sync import *
from .environment import *
from .mac import *
from .mac import *
from .manydev import *