ElektorLabs / 180662-mini-NTP-ESP32

mini NTP server with GPS and ESP32
GNU General Public License v3.0
31 stars 10 forks source link

Compile Error #17

Open nodurah opened 5 months ago

nodurah commented 5 months ago

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.