Browse Source

Remove unused SX1262 regulator definition from platformio.ini

Removed the DCDC regulator definition for SX1262. It's not used, not passed to Radiolib. DCDC is the default.
pull/1539/head
Thomas Abbott 6 months ago
committed by GitHub
parent
commit
b3b118e01d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      variants/rpi_picow/platformio.ini

1
variants/rpi_picow/platformio.ini

@ -17,7 +17,6 @@ build_flags = ${rp2040_base.build_flags}
-D P_LORA_MOSI=11
-D SX126X_DIO2_AS_RF_SWITCH=true
-D SX126X_DIO3_TCXO_VOLTAGE=1.8
-D SX126X_REGULATOR=RADIOLIB_SX126X_REGULATOR_DCDC
-D SX126X_CURRENT_LIMIT=130
-D SX126X_RX_BOOSTED_GAIN=1
-D LORA_TX_POWER=22

Loading…
Cancel
Save