Skip to content

Commit

Permalink
added ff for lite
Browse files Browse the repository at this point in the history
  • Loading branch information
saching13 committed Aug 22, 2023
1 parent f040dec commit 3c41597
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions batch/eeprom/DM9095_R3M2E4_oak_d_lite_ff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"batchName": "",
"batchTime": 0,
"boardConf": "nIR-C00M00-00",
"boardName": "DM9095",
"boardRev": "R3M2E4",
"productName": "OAK-D-LITE",
"boardCustom": "",
"hardwareConf": "F1-FV00-BC000",
"boardOptions": 0,
"version": 7
}
10 changes: 8 additions & 2 deletions batch/oak_d_lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@
"options": {"bootloader": "none", "imu": true},
"variants": [
{
"title":"OAK-D Lite (DM9095 R3M2E4)",
"title":"OAK-D Lite AF (DM9095 R3M2E4)",
"description": "OAK-D Lite, based on DM9095 R3M2E4 board",
"eeprom":"eeprom/DM9095_R3M2E4_oak_d_lite.json",
"eeprom":"eeprom/DM9095_R3M2E4_oak_d_lite_af.json",
"board_config_file": "OAK-D-LITE.json"
},
{
"title":"OAK-D Lite FF (DM9095 R3M2E4)",
"description": "OAK-D Lite, based on DM9095 R3M2E4 board",
"eeprom":"eeprom/DM9095_R3M2E4_oak_d_lite_ff.json",
"board_config_file": "OAK-D-LITE.json"
},
{
Expand Down

0 comments on commit 3c41597

Please sign in to comment.