Update log verbiage to remove GC1109 reference
This commit is contained in:
@@ -197,9 +197,9 @@ template <typename T> bool SX126xInterface<T>::init()
|
|||||||
// Undocumented SX1262 register patch recommended by Heltec/Semtech for improved RX sensitivity.
|
// Undocumented SX1262 register patch recommended by Heltec/Semtech for improved RX sensitivity.
|
||||||
// Sets bit 0 of register 0x8B5.
|
// Sets bit 0 of register 0x8B5.
|
||||||
if (module.SPIsetRegValue(0x8B5, 0x01, 0, 0) == RADIOLIB_ERR_NONE) {
|
if (module.SPIsetRegValue(0x8B5, 0x01, 0, 0) == RADIOLIB_ERR_NONE) {
|
||||||
LOG_INFO("Applied SX1262 register 0x8B5 patch for GC1109 RX improvement");
|
LOG_INFO("Applied SX1262 register 0x8B5 patch for RX improvement");
|
||||||
} else {
|
} else {
|
||||||
LOG_WARN("Failed to apply SX1262 register 0x8B5 patch for GC1109");
|
LOG_WARN("Failed to apply SX1262 register 0x8B5 patch for RX improvement");
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|||||||
Reference in New Issue
Block a user