You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StaticJsonDocument<312> jsonBuffer;
^
C:/Users/Remmert/Documents/PlatformIO/Projects/gateway/src/_txRx.ino:76:50: error: 'deserializeJson' was not declared in this scope
auto error = deserializeJson(jsonBuffer, bufPtr);
^
C:/Users/Remmert/Documents/PlatformIO/Projects/gateway/src/_txRx.ino:97:45: error: expected primary-expression before '>' token
JsonObject root = jsonBuffer.to();
StaticJsonDocument<312> jsonBuffer;
^
C:/Users/Remmert/Documents/PlatformIO/Projects/gateway/src/_txRx.ino:76:50: error: 'deserializeJson' was not declared in this scope
auto error = deserializeJson(jsonBuffer, bufPtr);
^
C:/Users/Remmert/Documents/PlatformIO/Projects/gateway/src/_txRx.ino:97:45: error: expected primary-expression before '>' token
JsonObject root = jsonBuffer.to();
Clean install... Getting build errors:
StaticJsonDocument<312> jsonBuffer;
^
C:/Users/Remmert/Documents/PlatformIO/Projects/gateway/src/_txRx.ino:76:50: error: 'deserializeJson' was not declared in this scope
auto error = deserializeJson(jsonBuffer, bufPtr);
^
C:/Users/Remmert/Documents/PlatformIO/Projects/gateway/src/_txRx.ino:97:45: error: expected primary-expression before '>' token
JsonObject root = jsonBuffer.to();
C:/Users/Remmert/Documents/PlatformIO/Projects/gateway/src/_txRx.ino:97:47: error: expected primary-expression before ')' token
JsonObject root = jsonBuffer.to();
^
The text was updated successfully, but these errors were encountered: