This website requires JavaScript.
Explore
Help
Sign In
github-mirrors
/
thirdparty-ArduinoJson
Watch
1
Star
0
Fork
0
You've already forked thirdparty-ArduinoJson
mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced
2025-11-01 08:48:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5fefeae4041432650abe1fc4507e1df7e286e2c7
thirdparty-ArduinoJson
/
include
/
ArduinoJson
/
StringTraits
History
Benoit Blanchon
d4f725d1fa
Fixed error with string of type
unsigned char*
(issue
#428
)
2017-01-22 15:42:47 +01:00
..
ArduinoStream.hpp
Fixed ignored
Stream
timeout and made sure we don't read more that necessary (issue
#422
)
2017-01-22 10:31:05 +01:00
CharPointer.hpp
Fixed error with string of type
unsigned char*
(issue
#428
)
2017-01-22 15:42:47 +01:00
FlashString.hpp
Fixed ignored
Stream
timeout and made sure we don't read more that necessary (issue
#422
)
2017-01-22 10:31:05 +01:00
StdStream.hpp
Fixed ignored
Stream
timeout and made sure we don't read more that necessary (issue
#422
)
2017-01-22 10:31:05 +01:00
StdString.hpp
Fixed error with string of type
unsigned char*
(issue
#428
)
2017-01-22 15:42:47 +01:00
StringTraits.hpp
Fixed error when both
ARDUINOJSON_ENABLE_STD_STREAM
and
ARDUINOJSON_ENABLE_ARDUINO_STREAM
are set to
1
2017-01-15 15:18:59 +01:00