We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4009388 commit 09dba6aCopy full SHA for 09dba6a
libraries/test.py
@@ -1,6 +1,6 @@
1
import os
2
3
-root = "/home/runner/work/Arduino-AirMCU/Arduino-AirMCU/libraries/"
+root = "/home/runner/work/Arduino-PY32/Arduino-PY32/libraries/"
4
5
for dir in os.listdir(root):
6
if not os.path.isdir(dir):
@@ -14,5 +14,5 @@
14
continue
15
print("found example: "+ex_repo_path)
16
#编译
17
- os.system("/home/runner/bin/arduino-cli compile -b AirM2M:AirMCU:AirM2M_Air001_Board "+ex_repo_path)
+ os.system("/home/runner/bin/arduino-cli compile -b PY32Duino:PY32:GenF030 "+ex_repo_path)
18
0 commit comments