mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 09:06:02 +00:00
Set NRF cpu brownout at 2.4V instead of running down to the limit (#3016)
This commit is contained in:
parent
c6ae66dcaa
commit
1c6acfd734
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user