Skip to content

Commit 3850395

Browse files
committed
wip
1 parent 86fb675 commit 3850395

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

ping/.actdk/setting.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"app_id": "ping",
3-
"app_server_id": 1,
3+
"app_server_id": 53,
44
"short_description": null,
55
"short_descriptions": {},
66
"target_types": [
7+
"raspberrypi-buster",
78
"raspberrypi-bullseye"
89
]
9-
}
10+
}

ping/manifesto/bullseye.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"version": 2,
3+
"allow_all_networks": true,
34
"target_type": "raspberrypi-bullseye",
45
"boards": [
56
"RSPi3BPlus",
67
"RSPi4B"
78
],
8-
"devices": [],
9-
"allow_all_networks": true
10-
}
9+
"devices": []
10+
}
11+

ping/manifesto/buster.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": 2,
3+
"allow_all_networks": true,
4+
"target_type": "raspberrypi-buster",
5+
"boards": [
6+
"RSPi3BPlus",
7+
"RSPi4B"
8+
],
9+
"devices": []
10+
}

0 commit comments

Comments
 (0)