-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update reset hex file to miniFCU firmware 20240426
- Loading branch information
1 parent
4a5ca8e
commit c1e615b
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,26 +31,26 @@ | |
"^VID_3343&PID_0042", | ||
"^VID_04D9&PID_B534" | ||
], | ||
"Info": { | ||
"CanInstallFirmware": true, | ||
"CanResetBoard": true, | ||
"DelayAfterFirmwareUpdate": 0, | ||
"FirmwareBaseName": "miniCOCKPIT_miniFCU_mega", | ||
"FirmwareExtension": "hex", | ||
"LatestFirmwareVersion": "1.0.0", | ||
"FriendlyName": "miniCOCKPIT miniFCU", | ||
"MobiFlightType": "miniCOCKPIT miniFCU mega", | ||
"ResetFirmwareFile": "reset.miniFCU_1_0_0.ino.hex", | ||
"CustomDeviceTypes": [ | ||
"miniCOCKPIT_miniFCU" | ||
], | ||
"Community": { | ||
"Project": "miniCOCKPIT", | ||
"Website": "https://minicockpit.com/", | ||
"Docs": "https://shop.minicockpit.com/a/help", | ||
"Support": "mailto:[email protected]" | ||
} | ||
}, | ||
"Info": { | ||
"CanInstallFirmware": true, | ||
"CanResetBoard": true, | ||
"DelayAfterFirmwareUpdate": 0, | ||
"FirmwareBaseName": "miniCOCKPIT_miniFCU_mega", | ||
"FirmwareExtension": "hex", | ||
"LatestFirmwareVersion": "1.0.0", | ||
"FriendlyName": "miniCOCKPIT miniFCU", | ||
"MobiFlightType": "miniCOCKPIT miniFCU mega", | ||
"ResetFirmwareFile": "reset.miniFCU_20240426.ino.hex", | ||
"CustomDeviceTypes": [ | ||
"miniCOCKPIT_miniFCU" | ||
], | ||
"Community": { | ||
"Project": "miniCOCKPIT", | ||
"Website": "https://minicockpit.com/", | ||
"Docs": "https://shop.minicockpit.com/a/help", | ||
"Support": "mailto:[email protected]" | ||
} | ||
}, | ||
"ModuleLimits": { | ||
"MaxAnalogInputs": 16, | ||
"MaxInputShifters": 4, | ||
|