mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-02 20:16:59 +00:00
DeserializationError is enum
This commit is contained in:
@@ -428,7 +428,7 @@ bool WebStatusService::refresh_versions_cache() {
|
||||
http.end();
|
||||
if (err) {
|
||||
#if defined(EMSESP_DEBUG)
|
||||
EMSESP::logger().debug("versions.json: parse error (%s)", err.c_str());
|
||||
EMSESP::logger().debug("versions.json: parse error");
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user