Fixed "no matching function for call to write(uint8_t)" (closes #972)

This commit is contained in:
Benoit Blanchon
2019-04-23 08:46:18 +02:00
parent 81bb3fce97
commit 12f9aac4ea
3 changed files with 31 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Fixed error "attributes are not allowed on a function-definition"
* Fixed `deserializeJson()` not being picky enough (issue #969)
* Fixed error "no matching function for call to write(uint8_t)" (issue #972)
v6.10.0 (2019-03-22)
-------