diff --git a/src/src/Helpers/Hardware.cpp b/src/src/Helpers/Hardware.cpp index 0be991dd9e..e815436bce 100644 --- a/src/src/Helpers/Hardware.cpp +++ b/src/src/Helpers/Hardware.cpp @@ -760,7 +760,8 @@ uint8_t getFlashChipVendorId() { bool flashChipVendorPuya() { const uint8_t vendorId = getFlashChipVendorId(); - return vendorId == 0x85; // 0x146085 PUYA + return vendorId == 0x85 || // 0x146085 PUYA + vendorId == 0xBA; // 0x1460BA ZP25WQ80 } uint32_t getChipId() {