Browse Source
Merge pull request #2898 from entr0p1/fix/lilygo-techo-lite-sx1262-ldo
Lilygo T-Echo Lite - Change SX1262 from DC-DC to LDO regulator
pull/2733/merge
ripplebiz
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
variants/lilygo_techo_lite/platformio.ini
|
|
|
@ -15,6 +15,7 @@ build_flags = ${nrf52_base.build_flags} |
|
|
|
-D SX126X_DIO3_TCXO_VOLTAGE=1.8 |
|
|
|
-D SX126X_CURRENT_LIMIT=140 |
|
|
|
-D SX126X_RX_BOOSTED_GAIN=1 |
|
|
|
-D SX126X_USE_REGULATOR_LDO=1 |
|
|
|
-D P_LORA_TX_LED=LED_GREEN |
|
|
|
-D DISABLE_DIAGNOSTIC_OUTPUT |
|
|
|
-D ENV_INCLUDE_GPS=1 |
|
|
|
|