mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-03 08:21:35 +02:00
Reboot Mode Added
This commit is contained in:
@@ -179,6 +179,9 @@ namespace WEB_Utils {
|
||||
Config.externalVoltagePin = request->getParam("other.externalVoltagePin", true)->value().toInt();
|
||||
}
|
||||
|
||||
Config.rebootMode = request->hasParam("other.rebootMode", true);
|
||||
Config.rebootModeTime = request->getParam("other.rebootModeTime", true)->value().toInt();
|
||||
|
||||
Config.lowPowerMode = request->hasParam("other.lowPowerMode", true);
|
||||
Config.lowVoltageCutOff = request->getParam("other.lowVoltageCutOff", true)->value().toDouble();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user