Did anyone manage to compile the project recently within platformio? I get an error in the webfunction.cpp line 444:
src/webfunctions.cpp: In function 'void update_ipv4_settings()':
src/webfunctions.cpp:444:53: error: invalid conversion from 'int' to 'ArduinoJson::V6215PB2::DeserializationError::Code' [-fpermissive]
if(0 != deserializeJson(doc, server->arg("JSON" ) ) ){
Any help would be appreciated - I found the project quite useful.
Did anyone manage to compile the project recently within platformio? I get an error in the webfunction.cpp line 444:
Any help would be appreciated - I found the project quite useful.