Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move AF/FF to the end of the name #102

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions batch/oak_d_s2_poe.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,49 +6,49 @@
"options": {"bootloader": "poe", "imu": true, "usb3": false, "eth": true},
"variants": [
{
"title":"OAK-D S2 AF PoE (NG9097 R4M2E3 BMI270)",
"title":"OAK-D S2 PoE AF (NG9097 R4M2E3 BMI270)",
"description": "OAK-D Series 2, AutoFocus, based on NG9097 R4M2E3 board with BMI270 IMU",
"eeprom":"eeprom/NG9097_R4M2E3_BMI270_oak_d_s2_poe_af.json",
"board_config_file": "OAK-D-S2-POE.json"
},
{
"title":"OAK-D S2 AF PoE (NG9097 R4M2E3 BNO086)",
"title":"OAK-D S2 PoE AF (NG9097 R4M2E3 BNO086)",
"description": "OAK-D Series 2, AutoFocus, based on NG9097 R4M2E3 board with BNO086 IMU",
"eeprom":"eeprom/NG9097_R4M2E3_BNO086_oak_d_s2_poe_af.json",
"board_config_file": "OAK-D-S2-POE.json"
},
{
"title":"OAK-D S2 FF PoE (NG9097 R4M2E3 BMI270)",
"title":"OAK-D S2 PoE FF (NG9097 R4M2E3 BMI270)",
"description": "OAK-D Series 2, FixedFocus, based on NG9097 R4M2E3 board with BMI270 IMU",
"eeprom":"eeprom/NG9097_R4M2E3_BMI270_oak_d_s2_poe_ff.json",
"board_config_file": "OAK-D-S2-POE.json"
},
{
"title":"OAK-D S2 FF PoE (NG9097 R4M2E3 BNO086)",
"title":"OAK-D S2 PoE FF (NG9097 R4M2E3 BNO086)",
"description": "OAK-D Series 2, FixedFocus, based on NG9097 R4M2E3 board with BNO086 IMU",
"eeprom":"eeprom/NG9097_R4M2E3_BNO086_oak_d_s2_poe_ff.json",
"board_config_file": "OAK-D-S2-POE.json"
},
{
"title":"OAK-D S2 AF PoE (NG9097 R4M2E4 BMI270)",
"title":"OAK-D S2 PoE AF (NG9097 R4M2E4 BMI270)",
"description": "OAK-D Series 2, AutoFocus, based on NG9097 R4M2E4 board with BMI270 IMU",
"eeprom":"eeprom/NG9097_R4M2E4_BMI270_oak_d_s2_poe_af.json",
"board_config_file": "OAK-D-S2-POE.json"
},
{
"title":"OAK-D S2 AF PoE (NG9097 R4M2E4 BNO086)",
"title":"OAK-D S2 PoE AF (NG9097 R4M2E4 BNO086)",
"description": "OAK-D Series 2, AutoFocus, based on NG9097 R4M2E4 board with BNO086 IMU",
"eeprom":"eeprom/NG9097_R4M2E4_BNO086_oak_d_s2_poe_af.json",
"board_config_file": "OAK-D-S2-POE.json"
},
{
"title":"OAK-D S2 FF PoE (NG9097 R4M2E4 BMI270)",
"title":"OAK-D S2 PoE FF (NG9097 R4M2E4 BMI270)",
"description": "OAK-D Series 2, FixedFocus, based on NG9097 R4M2E4 board with BMI270 IMU",
"eeprom":"eeprom/NG9097_R4M2E4_BMI270_oak_d_s2_poe_ff.json",
"board_config_file": "OAK-D-S2-POE.json"
},
{
"title":"OAK-D S2 FF PoE (NG9097 R4M2E4 BNO086)",
"title":"OAK-D S2 PoE FF (NG9097 R4M2E4 BNO086)",
"description": "OAK-D Series 2, FixedFocus, based on NG9097 R4M2E4 board with BNO086 IMU",
"eeprom":"eeprom/NG9097_R4M2E4_BNO086_oak_d_s2_poe_ff.json",
"board_config_file": "OAK-D-S2-POE.json"
Expand Down
Loading