SpriteOvO / AirPodsDesktop

☄️ AirPods desktop user experience enhancement program, for Windows and Linux (WIP)
GNU General Public License v3.0
1.47k stars 87 forks source link

Add support for Airpods Pro 2(USB-C) #91

Closed MrBeanCpp closed 11 months ago

MrBeanCpp commented 11 months ago

Maybe a Bug: model ID switchs between Airpods 2 & Airpods Pro 2(USB-C) So that sometimes the animation also switchs between them. (Low frequency)

It looks like the Airpods Pro 2(USB-C) emits two types of signals. I don't know if this is an isolated case or an issue with the new AirPods firmware. Related issues: #90

But everything seems Okay today I don't know why it broken & why it runs 🥹

//static_assert(false); prevents me to build so I changed it to assert(false);

MrBeanCpp commented 11 months ago

Okay. Thanks, How should I submit modifications (I'm a beginner on PR, sorry) Should I push one more commit to my forked repo ?

MrBeanCpp commented 11 months ago

Okay, I have fixed them & force-pushed to make it one commit

SpriteOvO commented 11 months ago

Thanks for your contribution!