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 f4b494c commit 321b25dCopy full SHA for 321b25d
ping/.actdk/setting.json
@@ -1,9 +1,10 @@
1
{
2
"app_id": "ping",
3
- "app_server_id": 1,
+ "app_server_id": 53,
4
"short_description": null,
5
"short_descriptions": {},
6
"target_types": [
7
+ "raspberrypi-buster",
8
"raspberrypi-bullseye"
9
]
-}
10
+}
ping/manifesto/bullseye.json
@@ -1,10 +1,11 @@
"version": 2,
+ "allow_all_networks": true,
"target_type": "raspberrypi-bullseye",
"boards": [
"RSPi3BPlus",
"RSPi4B"
],
- "devices": [],
- "allow_all_networks": true
+ "devices": []
11
+
ping/manifesto/buster.json
@@ -0,0 +1,10 @@
+{
+ "version": 2,
+ "target_type": "raspberrypi-buster",
+ "boards": [
+ "RSPi3BPlus",
+ "RSPi4B"
+ ],
0 commit comments