mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-15 09:32:08 +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()
|
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);
|
auto err_code = sd_power_pof_enable(POWER_POFCON_POF_Enabled);
|
||||||
assert(err_code == NRF_SUCCESS);
|
assert(err_code == NRF_SUCCESS);
|
||||||
|
Loading…
Reference in New Issue
Block a user