Skip to content

Commit

Permalink
Prepare 9.7.1.10 BETA Release (#1442)
Browse files Browse the repository at this point in the history
* Updated firmware
* Added hubhop presets
  • Loading branch information
DocMoebiuz authored Nov 24, 2023
1 parent 5fa9abd commit 4fbd722
Show file tree
Hide file tree
Showing 21 changed files with 10,653 additions and 8,571 deletions.
2 changes: 1 addition & 1 deletion Boards/arduino_mega.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"DelayAfterFirmwareUpdate": 0,
"FirmwareBaseName": "mobiflight_mega",
"FirmwareExtension": "hex",
"LatestFirmwareVersion": "2.4.5",
"LatestFirmwareVersion": "2.4.6",
"FriendlyName": "Arduino Mega 2560",
"MobiFlightType": "MobiFlight Mega",
"ResetFirmwareFile": "reset.arduino_mega_1_0_2.hex"
Expand Down
2 changes: 1 addition & 1 deletion Boards/arduino_micro.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"FirmwareBaseName": "mobiflight_micro",
"FirmwareExtension": "hex",
"FriendlyName": "Arduino Pro Micro",
"LatestFirmwareVersion": "2.4.5",
"LatestFirmwareVersion": "2.4.6",
"MobiFlightType": "MobiFlight Micro",
"ResetFirmwareFile": "reset.arduino_promicro_1_0_2.hex"
},
Expand Down
2 changes: 1 addition & 1 deletion Boards/arduino_nano.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"FirmwareBaseName": "mobiflight_nano",
"FirmwareExtension": "hex",
"FriendlyName": "Arduino Nano",
"LatestFirmwareVersion": "2.4.5",
"LatestFirmwareVersion": "2.4.6",
"MobiFlightType": "MobiFlight Nano",
"ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex"
},
Expand Down
2 changes: 1 addition & 1 deletion Boards/arduino_uno.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"FriendlyName": "Arduino Uno",
"FirmwareBaseName": "mobiflight_uno",
"FirmwareExtension": "hex",
"LatestFirmwareVersion": "2.4.5",
"LatestFirmwareVersion": "2.4.6",
"MobiFlightType": "MobiFlight Uno",
"ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex"
},
Expand Down
2 changes: 1 addition & 1 deletion Boards/kav_mega.board.json.inactive
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"DelayAfterFirmwareUpdate": 0,
"FirmwareBaseName": "kav_mega",
"FirmwareExtension": "hex",
"LatestFirmwareVersion": "2.4.5",
"LatestFirmwareVersion": "2.4.6",
"FriendlyName": "Kav Mega",
"MobiFlightType": "Kav Mega",
"ResetFirmwareFile": "reset.arduino_mega_1_0_2.hex",
Expand Down
2 changes: 1 addition & 1 deletion Boards/mobiflight_genericI2C_mega.board.json.inactive
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"DelayAfterFirmwareUpdate": 0,
"FirmwareBaseName": "mobiflight_genericI2C_mega",
"FirmwareExtension": "hex",
"LatestFirmwareVersion": "2.4.5",
"LatestFirmwareVersion": "2.4.6",
"FriendlyName": "MobiFlight GenericI2C Mega",
"MobiFlightType": "MobiFlight GenericI2C Mega",
"ResetFirmwareFile": "reset.arduino_mega_1_0_2.hex",
Expand Down
2 changes: 1 addition & 1 deletion Boards/raspberrypi_pico.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"FirmwareBaseName": "mobiflight_raspberrypico",
"FirmwareExtension": "uf2",
"FriendlyName": "Raspberry Pico",
"LatestFirmwareVersion": "2.4.5",
"LatestFirmwareVersion": "2.4.6",
"MobiFlightType": "MobiFlight RaspiPico",
"ResetFirmwareFile": "reset.raspberry_pico_flash_nuke.uf2"
},
Expand Down
24 changes: 12 additions & 12 deletions MobiFlightConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1032,23 +1032,23 @@
<None Include="examples\tutorial-episode2.mcc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="firmware\kav_mega_2_4_5.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="firmware\kav_mega_2_4_6.hex">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_mega_2_4_5.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="firmware\mobiflight_mega_2_4_6.hex">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_micro_2_4_5.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="firmware\mobiflight_micro_2_4_6.hex">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_nano_2_4_5.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="firmware\mobiflight_nano_2_4_6.hex">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_raspberrypico_2_4_5.uf2">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="firmware\mobiflight_raspberrypico_2_4_6.uf2">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_uno_2_4_5.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="firmware\mobiflight_uno_2_4_6.hex">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="firmware\reset.arduino_mega_1_0_2.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
Loading

0 comments on commit 4fbd722

Please sign in to comment.