Hi, about 6 months ago I had working sketches logging to Cosm. Now all my Cosm sketches- even the examples- won't even compile. What has changed? I'm running Arduino 1.0.1 and I've downloaded the Cosm library again and reinstalled it. No good. Here's the error text when I try to compile the DatastreamUpload example:
C:\Google Drive\H@CKING\arduino-1.0.1\libraries\Cosm\CosmClient.cpp: In member function 'int CosmClient::put(CosmFeed&, const char*)':
C:\Google Drive\H@CKING\arduino-1.0.1\libraries\Cosm\CosmClient.cpp:12: error: 'HttpClient' was not declared in this scope
C:\Google Drive\H@CKING\arduino-1.0.1\libraries\Cosm\CosmClient.cpp:12: error: expected `;' before 'http'
C:\Google Drive\H@CKING\arduino-1.0.1\libraries\Cosm\CosmClient.cpp:15: error: 'http' was not declared in this scope
C:\Google Drive\H@CKING\arduino-1.0.1\libraries\Cosm\CosmClient.cpp: In member function 'int CosmClient::get(CosmFeed&, const char*)':
C:\Google Drive\H@CKING\arduino-1.0.1\libraries\Cosm\CosmClient.cpp:73: error: 'HttpClient' was not declared in this scope
C:\Google Drive\H@CKING\arduino-1.0.1\libraries\Cosm\CosmClient.cpp:73: error: expected `;' before 'http'
C:\Google Drive\H@CKING\arduino-1.0.1\libraries\Cosm\CosmClient.cpp:76: error: 'http' was not declared in this scope
C:\Google Drive\H@CKING\arduino-1.0.1\libraries\Cosm\CosmClient.cpp:163: error: 'delay' was not declared in this scope