Skip to content

Commit

Permalink
CHANGELOG.md: add additional ESP.h functions
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Nov 2, 2023
1 parent 96e3479 commit df3c187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* Unreleased
* Add `strncat_P()` to `pgmspace.h`.
* Add `ESP.restart()` and `ESP.getChipId()`. See
[PR#84](https://github.com/bxparks/EpoxyDuino/pull/84).
* 1.5.0 (2022-12-08)
* Support compiling plain `*.c` files in libraries and in the application.
* The C files are assumed to be written in C11.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1365,3 +1365,5 @@ people ask similar questions later.
[PR#68](https://github.com/bxparks/EpoxyDuino/pull/68).
* Add `memcmp_P()` by @dawidchyrzynski in
[PR#71](https://github.com/bxparks/EpoxyDuino/pull/71).
* Add additional ESP functions by @EricLauber in
[PR#71](https://github.com/bxparks/EpoxyDuino/pull/84).

0 comments on commit df3c187

Please sign in to comment.