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
I'm having problems compiling the example simple client in the newest version of arduino ide
SimpleClient:55: error: 'GETrequest' does not name a type
SimpleClient.cpp: In function 'void setup()':
SimpleClient:67: error: 'getWeather' was not declared in this scope
SimpleClient.cpp: In function 'void loop()':
SimpleClient:78: error: 'getWeather' was not declared in this scope
The text was updated successfully, but these errors were encountered:
found in the forums that this project is best used with version 0016, however that version no longer works with the latest version of snow-leopard, and I get the same problem in ever version I've tried that's newer 0017 0018 0020 0022
If that doesn't do it I can look back at what else I ended up doing to re-write, think I commented out some parts that were throwing errors because I technically didn't need them for my application.
On Sep 14, 2011, at 7:38 AM, aaronmase wrote:
I am experiencing the same issue with 0022 and Snow Leopard - was there another workaround in the end?
Reply to this email directly or view it on GitHub: #2 (comment)
I'm having problems compiling the example simple client in the newest version of arduino ide
SimpleClient:55: error: 'GETrequest' does not name a type
SimpleClient.cpp: In function 'void setup()':
SimpleClient:67: error: 'getWeather' was not declared in this scope
SimpleClient.cpp: In function 'void loop()':
SimpleClient:78: error: 'getWeather' was not declared in this scope
The text was updated successfully, but these errors were encountered: