mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Rename Float to JsonFloat
				
					
				
			This commit is contained in:
		| @@ -101,7 +101,7 @@ struct Converter<T, typename enable_if<is_floating_point<T>::value>::type> | ||||
|   static void toJson(T src, VariantRef dst) { | ||||
|     VariantData* data = getData(dst); | ||||
|     if (data) | ||||
|       data->setFloat(static_cast<Float>(src)); | ||||
|       data->setFloat(static_cast<JsonFloat>(src)); | ||||
|   } | ||||
|  | ||||
|   static T fromJson(VariantConstRef src) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user