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
4555b22797
commit
f7491000ff
@ -2,7 +2,19 @@
|
||||
|
||||

|
||||
|
||||
# Video
|
||||
Place `credential.h` in src folder
|
||||
```c++
|
||||
#ifndef CREDENTIAL_H
|
||||
#define CREDENTIAL_H
|
||||
|
||||
// Replace with your actual WiFi credentials
|
||||
const char* ssid = "your_SSID";
|
||||
const char* password = "your_PASSWORD";
|
||||
|
||||
#endif // CREDENTIAL_H
|
||||
```
|
||||
|
||||
# How to Video
|
||||
[YouTube ](https://youtu.be/Ms3G75Q8F60?si=yRFCkumtQ0n6QFta)
|
||||
|
||||
# Credits
|
||||
|
Loading…
Reference in New Issue
Block a user