mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 23:51:37 +01:00
Renamed ARDUINO_JSON_NO_DEPRECATED_WARNING into ARDUINO_JSON_NO_DEPRECATION_WARNING
This commit is contained in:
@@ -97,6 +97,6 @@ namespace ArduinoJson
|
||||
};
|
||||
|
||||
// Obsolete: Use JsonObject instead
|
||||
typedef JsonObject JsonHashTable;
|
||||
DEPRECATED typedef JsonObject JsonHashTable;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user