mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-15 07:25:13 +02:00
Add disclaimer to the Ahoy
This commit is contained in:
parent
f2a794d518
commit
86b3137b6a
6 changed files with 36 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue