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 2b15a4e commit 9f8a221Copy full SHA for 9f8a221
.github/workflows/examples.yml
@@ -43,4 +43,4 @@ jobs:
43
pio pkg install --global --platform symlink://.
44
- name: Build examples
45
run: |
46
- platformio run -d ${{ matrix.example }}
+ pio run -d ${{ matrix.example }}
platform.py
@@ -19,7 +19,7 @@
19
import re
20
import requests
21
22
-from platformio.managers.platform import PlatformBase, to_unix_path
+from platformio.public import PlatformBase, to_unix_path
23
24
25
IS_WINDOWS = sys.platform.startswith("win")
0 commit comments