Skip to content

Commit 797b6dd

Browse files
authored
更新 EepromManager.cpp (#17)
Change index check offset
1 parent 14468b6 commit 797b6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EepromManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ void EepromManager::Hal_EfuseReadEFuse8812A(uint16_t _offset,
495495
eFuse_Addr);
496496
}
497497

498-
#define EEPROM_TX_PWR_INX_8812 0x20
498+
#define EEPROM_TX_PWR_INX_8812 0x22
499499

500500
bool EepromManager::IsEfuseTxPowerInfoValid(uint8_t *efuseEepromData) {
501501
uint16_t tx_index_offset = EEPROM_TX_PWR_INX_8812;

0 commit comments

Comments
 (0)