AEFeinstein / Super-2024-Swadge-FW

Firmware for the Super Magfest 2024 Swadge
https://adam.feinste.in/Super-2024-Swadge-FW/
MIT License
8 stars 9 forks source link

Idf 5.2 #207

Closed AEFeinstein closed 3 months ago

AEFeinstein commented 3 months ago

Description

Bump IDF and USB dependencies

Test Instructions

Compiled, flashed onto HW

Ticket Links

n/a

Readiness Checklist

AEFeinstein commented 3 months ago

I bet you could also update the IDF with a:

cd ~/esp/esp-idf
git fetch
git checkout tags/v5.2
./install.sh

The last line should also do the python env...

dylwhich commented 3 months ago

Yeah, not sure what happened with the python env but it's probably because I have a bunch of aliases that do extra stuff and ran something out of order.