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
When I attempted to upload the edited code to my TTGO, it initially gave me an error that there was no file or directory for HTTPClient.h. I copied it into both the weather station directory and the JSON directory. This is the error I am not getting:
Weather_PV:19:10: fatal error: HTTPClient.h: No such file or directory
#include <HTTPClient.h>
^~~~~~~~~~~~~~
compilation terminated.
exit status 1
HTTPClient.h: No such file or directory
Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
When I attempted to upload the edited code to my TTGO, it initially gave me an error that there was no file or directory for HTTPClient.h. I copied it into both the weather station directory and the JSON directory. This is the error I am not getting:
Weather_PV:19:10: fatal error: HTTPClient.h: No such file or directory
#include <HTTPClient.h>
^~~~~~~~~~~~~~
compilation terminated.
exit status 1
HTTPClient.h: No such file or directory
Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: