Added support for ESP-IDF component build (closes #1562)

This commit is contained in:
baruch
2021-05-19 11:44:08 +03:00
committed by Benoit Blanchon
parent ef7579394b
commit cb2c029e57
2 changed files with 8 additions and 0 deletions

View File

@@ -13,6 +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)
v6.18.0 (2021-05-05)
-------