CI: added ESP-IDF component build (closes #1599)

This commit is contained in:
Andreas Kuster
2021-06-25 13:49:11 +02:00
committed by Benoit Blanchon
parent cb2c029e57
commit 52e856fa6f
7 changed files with 62 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ HEAD
* Fixed warning `definition of implicit copy constructor for 'MsgPackDeserializer' is deprecated because it has a user-declared copy assignment operator`
* Added `JsonArray::clear()` (issue #1597)
* Fixed `JsonVariant::as<unsigned>()` (issue #1601)
* Added support for ESP-IDF component build (PR #1562 by @qt1)
* Added support for ESP-IDF component build (PR #1562 by @qt1, PR #1599 by @andreaskuster)
v6.18.0 (2021-05-05)
-------