mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-04 07:53:46 +02:00
improvement: use LoRa WX icon when using BME
This commit is contained in:
@@ -158,6 +158,10 @@ namespace WEB_Utils {
|
||||
Config.lowPowerMode = request->hasParam("other.lowPowerMode", true);
|
||||
Config.lowVoltageCutOff = request->getParam("other.lowVoltageCutOff", true)->value().toDouble();
|
||||
|
||||
if (Config.bme.active) {
|
||||
Config.beacon.symbol = "_";
|
||||
}
|
||||
|
||||
Config.writeFile();
|
||||
|
||||
AsyncWebServerResponse *response = request->beginResponse(302, "text/html", "");
|
||||
|
||||
Reference in New Issue
Block a user