You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,11 @@ An IoT-based smart RFID attendance system using **ESP32**, **RC522 RFID module**
45
45
46
46
## 📦 Folder Structure
47
47
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
0 commit comments