Skip to content

Commit

Permalink
Set NRF cpu brownout at 2.4V instead of running down to the limit (#3016
Browse files Browse the repository at this point in the history
)
  • Loading branch information
thebentern authored Dec 16, 2023
1 parent c6ae66d commit 1c6acfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/nrf52/main-nrf52.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void getMacAddr(uint8_t *dmac)

static void initBrownout()
{
auto vccthresh = POWER_POFCON_THRESHOLD_V17;
auto vccthresh = POWER_POFCON_THRESHOLD_V24;

auto err_code = sd_power_pof_enable(POWER_POFCON_POF_Enabled);
assert(err_code == NRF_SUCCESS);
Expand Down

0 comments on commit 1c6acfd

Please sign in to comment.