nishad2m8 / T-Display-S3-YT

109 stars 25 forks source link

How to solve the problem of missing files in the project #5

Open lv333ming opened 3 days ago

lv333ming commented 3 days ago

In the Moon Phase Clock project, there are no credential.h and fetchnasa.txt files in the src file. How can I find them?

nishad2m8 commented 3 days ago

In the Moon Phase Clock project, there are no credential.h and fetchnasa.txt files in the src file. How can I find them?

Create a file named credential.h in the src/ folder with the following content:

// 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

fetchnasa.txt and _imgset_moon.txt are not mandatory files. Thank you for addressing the issue. I have updated the readme

lv333ming commented 1 day ago

aa836ead71d9e8e54b4e777cab38e62 Part of my display is incorrect.

nishad2m8 commented 1 day ago

Part of my display is incorrect.

share serial debug data.