mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-26 10:24:33 +01:00
low_voltage_cutoff settings
This commit is contained in:
parent
caa48694b4
commit
0e9dba76a8
|
|
@ -2,10 +2,10 @@
|
|||
#include "configuration.h"
|
||||
#include "pins_config.h"
|
||||
|
||||
// Uncomment if you want to monitor voltage and sleep if voltage is too low (<3.1V)
|
||||
#define LOW_VOLTAGE_CUTOFF
|
||||
// Uncomment if you want to monitor voltage and sleep if voltage is too low (<3.15V)
|
||||
//#define LOW_VOLTAGE_CUTOFF
|
||||
|
||||
float cutOffVoltage = 3.1;
|
||||
float cutOffVoltage = 3.15;
|
||||
|
||||
extern Configuration Config;
|
||||
extern uint32_t lastBatteryCheck;
|
||||
|
|
|
|||
Loading…
Reference in a new issue