mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Increased coverage of ConverterImpl.hpp
This commit is contained in:
		| @@ -121,7 +121,6 @@ struct Converter<T, typename enable_if<is_floating_point<T>::value>::type> { | ||||
| template <> | ||||
| struct Converter<const char*> { | ||||
|   static bool toJson(VariantRef variant, const char* value) { | ||||
|     // TODO: don't pass pool | ||||
|     return variantSetString(getData(variant), adaptString(value), | ||||
|                             getPool(variant)); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user