readme commit

This commit is contained in:
nishad2m8 2024-12-30 12:32:59 +03:00
parent 4555b22797
commit f7491000ff

View File

@ -2,7 +2,19 @@
![alt text](<Images/Nixie clock.gif>)
# 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