This repository contains project code for ENGF0001 Engineering Challenges. Please do not copy any code from this repository. If you are a student currently taking this module, copying code from here may be considered plagiarism or collusion by the university. The owner of this repository accepts no responsibility for academic misconduct caused by others utilizing this code.
Before compiling or uploading the code, you must modify the following file:
eduroam.ino
Edit eduroam.ino to include your own eduroam credentials, which are specific to your institution:
- eduroam username
- eduroam password
These values are not provided in this repository.
Do NOT commit real credentials to GitHub
- Keep your edited
eduroam.inofile local - Consider adding it to
.gitignore - Never upload usernames, passwords, or certificates
#define WIFI_USER "username@institution.ac.uk"
#define WIFI_PASS "your_password"