Error in Wifi Master Library For Arduino with ESP8266

I am receiving the following error while compiling the DefaultWifiSheild.ino 


DefaultWifiShield:196: error: 'DynamicJsonBuffer' was not declared in this scope

   DynamicJsonBuffer jsonBuffer(JSON_OBJECT_SIZE(args) + (40 * args));

   ^

DefaultWifiShield:196: error: expected ';' before 'jsonBuffer'

   DynamicJsonBuffer jsonBuffer(JSON_OBJECT_SIZE(args) + (40 * args));

                     ^

DefaultWifiShield:197: error: 'jsonBuffer' was not declared in this scope

   JsonObject& root = jsonBuffer.parseObject(server.arg(0));

                      ^

exit status 1
'DynamicJsonBuffer' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.


Any help will be appreciated , Thank you

Comments

Sign In or Register to comment.