1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2016-11-22 16:00:37 +01:00
parent fce49c1731
commit 709a584492

View file

@ -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');