mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	Fixed error when both ARDUINOJSON_ENABLE_STD_STREAM and ARDUINOJSON_ENABLE_ARDUINO_STREAM are set to 1
				
					
				
			This commit is contained in:
		| @@ -20,7 +20,7 @@ class DynamicStringBuilder : public Print { | ||||
|   DynamicStringBuilder(TString &str) : _str(str) {} | ||||
|  | ||||
|   virtual size_t write(uint8_t c) { | ||||
|     StringFuncs<TString>::append(_str, static_cast<char>(c)); | ||||
|     StringTraits<TString>::append(_str, static_cast<char>(c)); | ||||
|     return 1; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user