mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 00:35:20 +03:00
F1 High-density
This commit is contained in:
parent
fce49c1731
commit
709a584492
1 changed files with 17 additions and 15 deletions
|
@ -271,6 +271,8 @@ STM32_protocol.prototype.verify_chip_signature = function (signature) {
|
|||
break;
|
||||
case 0x414: // not tested
|
||||
console.log('Chip recognized as F1 High-density');
|
||||
this.available_flash_size = 0x40000;
|
||||
this.page_size = 2048;
|
||||
break;
|
||||
case 0x418: // not tested
|
||||
console.log('Chip recognized as F1 Connectivity line');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue