Skip to content

Commit

Permalink
Set FW version to 3.0 (#342)
Browse files Browse the repository at this point in the history
* set FW version to 3.0 in board.json files

* version must be 3.0.0
  • Loading branch information
elral authored Jan 6, 2025
1 parent 6fde2f3 commit 0161ebd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _Boards/Atmel/Board_Mega/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.2",
"LatestFirmwareVersion": "3.0.0",
"FriendlyName": "Arduino Mega 2560",
"MobiFlightType": "MobiFlight Mega",
"ResetFirmwareFile": "reset.arduino_mega_1_0_2.hex"
Expand Down
2 changes: 1 addition & 1 deletion _Boards/Atmel/Board_Nano/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.2",
"LatestFirmwareVersion": "3.0.0",
"MobiFlightType": "MobiFlight Nano",
"ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex"
},
Expand Down
2 changes: 1 addition & 1 deletion _Boards/Atmel/Board_ProMicro/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.2",
"LatestFirmwareVersion": "3.0.0",
"MobiFlightType": "MobiFlight Micro",
"ResetFirmwareFile": "reset.arduino_promicro_1_0_2.hex"
},
Expand Down
2 changes: 1 addition & 1 deletion _Boards/Atmel/Board_Uno/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.2",
"LatestFirmwareVersion": "3.0.0",
"MobiFlightType": "MobiFlight Uno",
"ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex"
},
Expand Down
2 changes: 1 addition & 1 deletion _Boards/RaspberryPi/Pico/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.2",
"LatestFirmwareVersion": "3.0.0",
"MobiFlightType": "MobiFlight RaspiPico",
"ResetFirmwareFile": "reset.raspberry_pico_flash_nuke.uf2"
},
Expand Down

0 comments on commit 0161ebd

Please sign in to comment.