10/25/2024 Dustin: Set up software stack in Firmware directions up to GATT Server section.
After installing rust, edit the .zprofile file in ~/Users/$User/.zprofile
Add the following:
. $HOME/export-esp.sh
export PATH="$PATH:/Users/$User/.cargo/bin"
Save the file.
Get started by visiting the assignment page.
- Completed code.
- Video of led being controlled named
submission.*
placed in root of this repository.