Add disclaimer to the Ahoy

This commit is contained in:
DanielR92 2022-10-18 21:25:15 +02:00
parent f2a794d518
commit 86b3137b6a
6 changed files with 36 additions and 1 deletions

View file

@ -143,6 +143,7 @@ void webApi::getSystem(JsonObject obj) {
obj[F("ts_uptime")] = mApp->getUptime();
obj[F("ts_now")] = mApp->getTimestamp();
obj[F("wifi_rssi")] = WiFi.RSSI();
obj[F("disclaimer")] = mConfig->disclaimer;
}