Fixed naming conflict with "CAPACITY" (issue #839)

This commit is contained in:
Benoit Blanchon
2019-03-01 18:11:27 +01:00
parent 136ee0d576
commit 91dd45c387
5 changed files with 52 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ HEAD
* Fixed warning "unused variable" with GCC 4.4 (issue #912)
* Fixed warning "cast increases required alignment" (issue #914)
* Fixed warning "conversion may alter value" (issue #914)
* Fixed naming conflict with "CAPACITY" (issue #839)
* Muted warning "will change in GCC 7.1" (issue #914)
* Added a clear error message for `StaticJsonBuffer` and `DynamicJsonBuffer`
* Marked ArduinoJson.h as a "system header"