mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	Removed all deprecated features
This commit is contained in:
		| @@ -81,14 +81,6 @@ class JsonObjectSubscript | ||||
|   FORCE_INLINE bool set(const TValue* value) { | ||||
|     return _object.set(_key, value); | ||||
|   } | ||||
|   // | ||||
|   // bool set(TValue, uint8_t decimals); | ||||
|   // TValue = float, double | ||||
|   template <typename TValue> | ||||
|   DEPRECATED("Second argument is not supported anymore") | ||||
|   FORCE_INLINE bool set(const TValue& value, uint8_t) { | ||||
|     return _object.set(_key, value); | ||||
|   } | ||||
|  | ||||
|  private: | ||||
|   JsonObject& _object; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user