Skip to content

Commit

Permalink
9.3.2.2 Beta Prep Tasks (#796)
Browse files Browse the repository at this point in the history
* Updated firmware to 2.1.3 and increased version number to 9.3.2.2

* Updated hubhop presets
  • Loading branch information
DocMoebiuz authored May 7, 2022
1 parent e774210 commit 36d94e2
Show file tree
Hide file tree
Showing 12 changed files with 5,303 additions and 4,920 deletions.
2 changes: 1 addition & 1 deletion Boards/arduino_mega.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Info": {
"CanInstallFirmware": true,
"DelayAfterFirmwareUpdate": 0,
"LatestFirmwareVersion": "2.1.2",
"LatestFirmwareVersion": "2.1.3",
"FriendlyName": "Arduino Mega 2560",
"MobiFlightType": "MobiFlight Mega"
},
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 @@ -24,7 +24,7 @@
"Info": {
"CanInstallFirmware": true,
"FriendlyName": "Arduino Micro Pro",
"LatestFirmwareVersion": "2.1.2",
"LatestFirmwareVersion": "2.1.3",
"MobiFlightType": "MobiFlight Micro"
},
"ModuleLimits": {
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 @@ -20,7 +20,7 @@
"Info": {
"CanInstallFirmware": true,
"FriendlyName": "Arduino Uno",
"LatestFirmwareVersion": "2.1.2",
"LatestFirmwareVersion": "2.1.3",
"MobiFlightType": "MobiFlight Uno"
},
"ModuleLimits": {
Expand Down
6 changes: 3 additions & 3 deletions MobiFlightConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -827,13 +827,13 @@
<None Include="examples\tutorial-episode2.mcc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_mega_2_1_2.hex">
<None Include="firmware\mobiflight_mega_2_1_3.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_micro_2_1_2.hex">
<None Include="firmware\mobiflight_micro_2_1_3.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="firmware\mobiflight_uno_2_1_2.hex">
<None Include="firmware\mobiflight_uno_2_1_3.hex">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Presets\msfs2020_simvars.cip">
Expand Down
Loading

0 comments on commit 36d94e2

Please sign in to comment.