Skip to content

Commit

Permalink
Add platformio (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io authored Oct 5, 2023
1 parent 1146a6e commit 043878b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/platformio/platformio.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { toolInstallTest } from "tests";

toolInstallTest({
toolName: "platformio",
toolVersion: "6.1.11",
});
11 changes: 11 additions & 0 deletions tools/platformio/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 0.1
tools:
definitions:
- name: platformio
runtime: python
package: platformio
known_good_version: 6.1.11
shims: [pio]
health_checks:
- command: pio --version
parse_regex: PlatformIO Core, version ${semver}

0 comments on commit 043878b

Please sign in to comment.