Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.08 KB

File metadata and controls

33 lines (19 loc) · 1.08 KB

Disclaimer: Academic Integrity

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.

Important: Modify eduroam.ino Before Use

Before compiling or uploading the code, you must modify the following file:

eduroam.ino

Required Changes

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.

Security Notice

Do NOT commit real credentials to GitHub

  • Keep your edited eduroam.ino file local
  • Consider adding it to .gitignore
  • Never upload usernames, passwords, or certificates

Example (for illustration only)

#define WIFI_USER "username@institution.ac.uk"
#define WIFI_PASS "your_password"