Skip to content

Bioreactor Project, ENGF0001 Engineering Challenge 2 (Y1-T1)

Notifications You must be signed in to change notification settings

RunT00/Bioreactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

Bioreactor Project, ENGF0001 Engineering Challenge 2 (Y1-T1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages