Skip to content

Commit 80e1908

Browse files
authored
Update README.md
1 parent 4ac6613 commit 80e1908

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ An IoT-based smart RFID attendance system using **ESP32**, **RC522 RFID module**
4545

4646
## 📦 Folder Structure
4747

48-
📁 RFID-Attendance-ESP32/ ├── 📄 attendance.ino # Main Arduino code ├── 📄 credentials.h # WiFi and Google Script credentials ├── 📄 GoogleAppsScript.gs # Script to connect to Google Sheets ├── 📄 README.md # This file
48+
📁 RFID-Attendance-ESP32/
49+
├── 📄 attendance.ino # Main Arduino code
50+
├── 📄 credentials.h # WiFi and Google Script credentials
51+
├── 📄 GoogleAppsScript.gs # Script to connect to Google Sheets
52+
├── 📄 README.md # This file
4953

5054

5155
---
@@ -89,20 +93,21 @@ const char* scriptURL = "YOUR_GOOGLE_SCRIPT_URL";
8993
```
9094

9195
## ▶️ Modes Explained
92-
# 🟢 Registration Mode
96+
### 🟢 Registration Mode
9397
- Scan a new RFID tag.
9498
- The system prompts for user details.
9599
- UID and name are stored in Google Sheets.
96100

97-
# 🔵 Attendance Mode
101+
### 🔵 Attendance Mode
98102
- Tap the tag to mark attendance.
99103
- Date and time are logged automatically.
100104
- Duplicate entries for the same day are prevented.
101105

102106
## 🌍 Timezone Configuration
103107
This system uses Nepal Standard Time (NST). You can adjust the timezone in the Apps Script:
104108

105-
``` var timeZone = "Asia/Kathmandu"; // NST
109+
``` cpp
110+
var timeZone = "Asia/Kathmandu"; // NST
106111
```
107112

108113
## ✅ Future Enhancements
@@ -111,7 +116,7 @@ This system uses Nepal Standard Time (NST). You can adjust the timezone in the A
111116
- 📲 NFC card and mobile tag support
112117

113118
## 🧠 Credits
114-
Made with 💡 and ❤️ by **Sameer Sah**
119+
Made with 💡 and ❤️ by **Sameer Sah** <br>
115120
Inspired by the power of automation and microcontrollers.
116121

117122

0 commit comments

Comments
 (0)