mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-21 17:20:01 +00:00
Update STM32WLE5JCInterface.cpp
This commit is contained in:
parent
d65567afe6
commit
c3d104bc34
@ -18,10 +18,10 @@ bool STM32WLE5JCInterface::init()
|
|||||||
{
|
{
|
||||||
RadioLibInterface::init();
|
RadioLibInterface::init();
|
||||||
|
|
||||||
// https://github.com/Seeed-Studio/LoRaWan-E5-Node/blob/main/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio_driver.c
|
// https://github.com/Seeed-Studio/LoRaWan-E5-Node/blob/main/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio_driver.c
|
||||||
#if (!defined(_VARIANT_RAK3172_))
|
#if (!defined(_VARIANT_RAK3172_))
|
||||||
setTCXOVoltage(1.7);
|
setTCXOVoltage(1.7);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
lora.setRfSwitchTable(rfswitch_pins, rfswitch_table);
|
lora.setRfSwitchTable(rfswitch_pins, rfswitch_table);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user