mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-12 07:31:42 +02:00
0.8.61
* add favicon to header * improved NRF communication * merge PR: provide localized times to display mono classes #1376 * merge PR: Bypass OOM-Crash on minimal version & history access #1378 * merge PR: Add some REST Api Endpoints to avail_endpoints #1380
This commit is contained in:
parent
610ae3884a
commit
7e81709eb8
2 changed files with 5 additions and 0 deletions
|
@ -206,8 +206,10 @@ class RestApi {
|
|||
#endif /* !defined(ETHERNET) */
|
||||
ep[F("system")] = url + F("system");
|
||||
ep[F("live")] = url + F("live");
|
||||
#if defined(ENABLE_HISTORY)
|
||||
ep[F("powerHistory")] = url + F("powerHistory");
|
||||
ep[F("yieldDayHistory")] = url + F("yieldDayHistory");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue