mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-01 02:52:14 +02:00
saving works kinda
This commit is contained in:
@@ -151,6 +151,8 @@ namespace WEB_Utils {
|
||||
}
|
||||
|
||||
Config.bme.active = request->hasParam("bme.active", true);
|
||||
Config.bme.heightCorrection = request->getParam("bme.heightCorrection", true)->value().toInt();
|
||||
Config.bme.temperatureCorrection = request->getParam("bme.temperatureCorrection", true)->value().toFloat();
|
||||
|
||||
Config.ota.username = request->getParam("ota.username", true)->value();
|
||||
Config.ota.password = request->getParam("ota.password", true)->value();
|
||||
|
||||
Reference in New Issue
Block a user