fix(phy): fix phy init data type and multiple bin offset incorrect

This commit is contained in:
yinqingzhao
2026-08-28 17:36:46 +08:00
parent 2fb26b0083
commit 55a52ccea6
2 changed files with 9 additions and 2 deletions

View File

@@ -26,8 +26,8 @@ extern "C" {
#if CONFIG_ESP_PHY_MULTIPLE_INIT_DATA_BIN
#define PHY_CRC_ALGORITHM 1
#define PHY_COUNTRY_CODE_LEN 2
#define PHY_INIT_DATA_TYPE_OFFSET 254
#define PHY_SUPPORT_MULTIPLE_BIN_OFFSET 253
#define PHY_INIT_DATA_TYPE_OFFSET 126
#define PHY_SUPPORT_MULTIPLE_BIN_OFFSET 125
#endif
extern const char phy_init_magic_pre[];