Skip to content

Commit 69dc81a

Browse files
committed
reduced TCXO startup delay
1 parent 81e0301 commit 69dc81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/drivers/lora/COMPONENT_SX1276/SX1276_LoRaRadio.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ void SX1276_LoRaRadio::set_operation_mode(uint8_t mode)
12801280
if (_rf_ctrls.tcxo != NC) {
12811281
_tcxo = 1;
12821282
// TCXO startup time
1283-
ThisThread::sleep_for(60ms);
1283+
ThisThread::sleep_for(5ms);
12841284
}
12851285
set_low_power_mode();
12861286
write_to_register(REG_OPMODE, (read_register(REG_OPMODE) & RF_OPMODE_MASK) | mode);

0 commit comments

Comments
 (0)