Skip to content

Commit

Permalink
Ham: few T-TWR V2.1 init adjustments [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Feb 15, 2024
1 parent 19cba76 commit 52f3b7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions software/firmware/source/SoftRF/src/platform/ESP32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,7 @@ static void ESP32_setup()

axp_2xxx.enableBLDO1();

axp_2xxx.disableBLDO2();
axp_2xxx.disableALDO3();
axp_2xxx.disableDC3();

Expand Down Expand Up @@ -1483,8 +1484,9 @@ static void ESP32_setup()
esp32_board = ESP32_LILYGO_T_TWR_V2_1;
hw_info.revision = 21;

axp_2xxx.setALDO3Voltage(3300); // V2.1 - SA868
axp_2xxx.enableALDO3();
axp_2xxx.setBLDO2Voltage(3300); // V2.1 - SA868
axp_2xxx.enableBLDO2();
// axp_2xxx.setALDO3Voltage(3300); // V2.1 - Amp. OE Ctrl

#if defined(USE_SA8X8)
#if 0
Expand Down

0 comments on commit 52f3b7b

Please sign in to comment.