mirror of
https://github.com/nishad2m8/T-Display-S3-YT
synced 2025-09-26 23:09:17 +08:00
readme commit
This commit is contained in:
parent
8981b5dd95
commit
9d58755a0a
@ -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
|
||||
|
||||
```
|
||||
---
|
||||
|
||||

|
Loading…
Reference in New Issue
Block a user