Skip to content

Commit d8f6d1e

Browse files
author
Chris Maunder
committed
Correcting allowed platform list
1 parent 2d1401d commit d8f6d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ObjectDetectionYOLOv5-6.2/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747

4848
"InstallOptions" : {
49-
"Platforms": [ "all", "!raspberrypi", "!jetson" ],
49+
"Platforms": [ "all", "!raspberrypi", "!orangepi", "!jetson", "!radxarock" ],
5050
"ModuleReleases": [ // Which server version is compatible with each version of this module.
5151
{ "ModuleVersion": "1.0", "ServerVersionRange": [ "1.0", "2.0.8" ], "ReleaseDate": "2022-03-01" },
5252
{ "ModuleVersion": "1.2", "ServerVersionRange": [ "2.1.0", "2.1.6" ], "ReleaseDate": "2023-03-20", "ReleaseNotes": "Updated for CodeProject.AI Server 2.1" },

0 commit comments

Comments
 (0)