diff --git a/arduino/libretuya/core/ChipType.h b/arduino/libretuya/core/ChipType.h index 72b09cf..64d3b7b 100644 --- a/arduino/libretuya/core/ChipType.h +++ b/arduino/libretuya/core/ChipType.h @@ -31,4 +31,5 @@ enum ChipType { // Beken 72XX BK7231T = CHIP_TYPE(F_BK7231U, 0x1A), // *SCTRL_CHIP_ID = 0x7231a BK7231N = CHIP_TYPE(F_BK7231N, 0x1C), // *SCTRL_CHIP_ID = 0x7231c + BL2028N = CHIP_TYPE(F_BK7231N, 0x1C), // *SCTRL_CHIP_ID = 0x7231c }; diff --git a/docs/status/supported_chips.md b/docs/status/supported_chips.md index 8548953..bef5f76 100644 --- a/docs/status/supported_chips.md +++ b/docs/status/supported_chips.md @@ -4,6 +4,7 @@ - BK7231S - BK7231T - BK7231U +- BL2028N - NATIVE - RTL8710BN - RTL8710BX diff --git a/families.json b/families.json index fe51427..aed3fe2 100644 --- a/families.json +++ b/families.json @@ -69,7 +69,8 @@ "sdk": "https://github.com/bekencorp/bdk_freertos", "framework": "framework-beken-bdk", "mcus": [ - "BK7231N" + "BK7231N", + "BL2028N" ] }, {