mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge f46f822bfc into dee3e26ac0
This commit is contained in:
commit
f9d43e64ca
14 changed files with 128 additions and 9 deletions
|
|
@ -10,7 +10,9 @@
|
|||
const PowerMgtConfig power_config = {
|
||||
.lpcomp_ain_channel = PWRMGT_LPCOMP_AIN,
|
||||
.lpcomp_refsel = PWRMGT_LPCOMP_REFSEL,
|
||||
.voltage_bootlock = PWRMGT_VOLTAGE_BOOTLOCK
|
||||
.voltage_bootlock = PWRMGT_VOLTAGE_BOOTLOCK,
|
||||
.voltage_runtime = PWRMGT_VOLTAGE_BOOTLOCK - 200,
|
||||
.wdt_timeout_ms = 60000
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,9 @@
|
|||
const PowerMgtConfig power_config = {
|
||||
.lpcomp_ain_channel = PWRMGT_LPCOMP_AIN,
|
||||
.lpcomp_refsel = PWRMGT_LPCOMP_REFSEL,
|
||||
.voltage_bootlock = PWRMGT_VOLTAGE_BOOTLOCK
|
||||
.voltage_bootlock = PWRMGT_VOLTAGE_BOOTLOCK,
|
||||
.voltage_runtime = PWRMGT_VOLTAGE_BOOTLOCK - 200,
|
||||
.wdt_timeout_ms = 60000
|
||||
};
|
||||
|
||||
void T114Board::initiateShutdown(uint8_t reason) {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,9 @@
|
|||
const PowerMgtConfig power_config = {
|
||||
.lpcomp_ain_channel = PWRMGT_LPCOMP_AIN,
|
||||
.lpcomp_refsel = PWRMGT_LPCOMP_REFSEL,
|
||||
.voltage_bootlock = PWRMGT_VOLTAGE_BOOTLOCK
|
||||
.voltage_bootlock = PWRMGT_VOLTAGE_BOOTLOCK,
|
||||
.voltage_runtime = PWRMGT_VOLTAGE_BOOTLOCK - 200,
|
||||
.wdt_timeout_ms = 60000
|
||||
};
|
||||
|
||||
void RAK4631Board::initiateShutdown(uint8_t reason) {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@
|
|||
const PowerMgtConfig power_config = {
|
||||
.lpcomp_ain_channel = PWRMGT_LPCOMP_AIN,
|
||||
.lpcomp_refsel = PWRMGT_LPCOMP_REFSEL,
|
||||
.voltage_bootlock = PWRMGT_VOLTAGE_BOOTLOCK
|
||||
.voltage_bootlock = PWRMGT_VOLTAGE_BOOTLOCK,
|
||||
.voltage_runtime = PWRMGT_VOLTAGE_BOOTLOCK - 200,
|
||||
.wdt_timeout_ms = 60000
|
||||
};
|
||||
|
||||
void SenseCapSolarBoard::initiateShutdown(uint8_t reason) {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,9 @@
|
|||
const PowerMgtConfig power_config = {
|
||||
.lpcomp_ain_channel = PWRMGT_LPCOMP_AIN,
|
||||
.lpcomp_refsel = PWRMGT_LPCOMP_REFSEL,
|
||||
.voltage_bootlock = PWRMGT_VOLTAGE_BOOTLOCK
|
||||
.voltage_bootlock = PWRMGT_VOLTAGE_BOOTLOCK,
|
||||
.voltage_runtime = PWRMGT_VOLTAGE_BOOTLOCK - 200,
|
||||
.wdt_timeout_ms = 60000
|
||||
};
|
||||
|
||||
void XiaoNrf52Board::initiateShutdown(uint8_t reason) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue