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