Skip to content

Commit 526759d

Browse files
committed
chore(platformio): 📦 Populate the examples field with the four examples of CFA in library.json
Everything except the `platformio` folder, because that one is outdated.
1 parent 322797e commit 526759d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

library.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,25 @@
3232
"teensy"
3333
],
3434
"examples": [
35+
{
36+
"name": "flight_modes",
37+
"base": "examples/flight_modes",
38+
"files": ["flight_modes.ino"]
39+
},
40+
{
41+
"name": "link_stats",
42+
"base": "examples/link_stats",
43+
"files": ["link_stats.ino"]
44+
},
45+
{
46+
"name": "rc_channels",
47+
"base": "examples/rc_channels",
48+
"files": ["rc_channels.ino"]
49+
},
50+
{
51+
"name": "telemetry",
52+
"base": "examples/telemetry",
53+
"files": ["telemetry.ino"]
54+
}
3555
]
3656
}

0 commit comments

Comments
 (0)