We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff664c8 commit d90d38fCopy full SHA for d90d38f
1 file changed
port/boards/mpython/modules/_boot.py
@@ -18,7 +18,7 @@
18
vfs = inisetup.setup()
19
20
# 硬件复位标志
21
-# for count in range(3):
22
-# print("=$%#=")
23
-# time.sleep_ms(150)
+for count in range(3):
+ print("=$%#=")
+ time.sleep_ms(150)
24
gc.collect()
0 commit comments