diff --git a/07-Moon-Phase-Clock/README.md b/07-Moon-Phase-Clock/README.md index 86d3306..d69655b 100755 --- a/07-Moon-Phase-Clock/README.md +++ b/07-Moon-Phase-Clock/README.md @@ -1,3 +1,23 @@ # Moon Phase Clock +Create a file named `credential.h` in the `src/` folder with the following content: + +```cpp +// 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 + +``` +--- + ![alt text]() \ No newline at end of file diff --git a/README.md b/README.md index 50fa87c..d5f26d9 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # T-Display-S3-YT +💡 Join the [discussion](https://github.com/nishad2m8/T-Display-S3-YT/discussions) and share your thoughts and ideas! + ---

If you like this, consider supporting it: