Fix CKS Potential Bug

This commit is contained in:
cuu
2026-09-04 14:47:18 +08:00
parent 16bd4dbb35
commit e36ee963b4

View File

@@ -602,6 +602,7 @@ void setup() {
//hp headphone
void check_hp_det(){
int v = digitalRead(PC12);
pinMode(PA14, OUTPUT);
if(v == HIGH) {
if( head_phone_status != v ) {
Serial1.println("HeadPhone detected");