-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to solve the problem of missing files in the project #5
Comments
Create a file named // credential.h
#ifndef CREDENTIAL_H
#define CREDENTIAL_H
// WiFi credentials
const char* ssid = "YOUR_WIFI_SSID"; // Replace with your WiFi network name (SSID)
const char* password = "YOUR_WIFI_PASSWORD"; // Replace with your WiFi password
// visualcrossing.com API Key for the weather service
const char* apiKey = "YOUR_WEATHER_API_KEY"; // Replace with your visualcrossing API key for the weather service
#endif
|
share serial debug data. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the Moon Phase Clock project, there are no credential.h and fetchnasa.txt files in the src file. How can I find them?
The text was updated successfully, but these errors were encountered: