Skip to content

Commit

Permalink
Update Firmware to 2.5.1 (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
DocMoebiuz authored Jan 11, 2024
1 parent 2eb086b commit 16e4d47
Show file tree
Hide file tree
Showing 49 changed files with 6,580 additions and 58,559 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.5.0",
"LatestFirmwareVersion": "2.5.1",
"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.5.0",
"LatestFirmwareVersion": "2.5.1",
"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.5.0",
"LatestFirmwareVersion": "2.5.1",
"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.5.0",
"LatestFirmwareVersion": "2.5.1",
"MobiFlightType": "MobiFlight Uno",
"ResetFirmwareFile": "reset.arduino_uno_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.5.0",
"LatestFirmwareVersion": "2.5.1",
"MobiFlightType": "MobiFlight RaspiPico",
"ResetFirmwareFile": "reset.raspberry_pico_flash_nuke.uf2"
},
Expand Down
10 changes: 5 additions & 5 deletions MobiFlightConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1030,19 +1030,19 @@
<None Include="examples\tutorial-episode2.mcc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_mega_2_5_0.hex">
<None Include="firmware\mobiflight_mega_2_5_1.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_micro_2_5_0.hex">
<None Include="firmware\mobiflight_micro_2_5_1.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_nano_2_5_0.hex">
<None Include="firmware\mobiflight_nano_2_5_1.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_raspberrypico_2_5_0.uf2">
<None Include="firmware\mobiflight_raspberrypico_2_5_1.uf2">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_uno_2_5_0.hex">
<None Include="firmware\mobiflight_uno_2_5_1.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="firmware\reset.arduino_mega_1_0_2.hex">
Expand Down
Loading

0 comments on commit 16e4d47

Please sign in to comment.