Skip to content

Commit

Permalink
0.8.61
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lumapu committed Jan 21, 2024
1 parent 610ae38 commit 7e81709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## 0.8.61 - 2024-01-21
* 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

## 0.8.60 - 2024-01-20
* merge PR: non blocking nRF loop #1371
Expand Down
2 changes: 2 additions & 0 deletions src/web/RestApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit 7e81709

Please sign in to comment.