Open marcogracklauer opened 10 months ago
src/messages.cpp: In function 'void handleMessage(AsyncWebServerRequest*)': src/messages.cpp:136:25: error: 'stoi' is not a member of 'std' graph.push_back(std::stoi(token));
to eliminate this error for me worked to remove "stoi" and add "atoi"
Hi, i've pulled the current version, switched to "Default" -> "General" -> "build all" and get an error:
When I switch to an other board, there are other errors, for example:
I've tried on a fresh pull and one with some modifications as mentioned in the instructions but still similar errors. What's wrong?