biologist79
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/main.cpp
|
@ -4744,7 +4744,7 @@ void setup() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#ifdef HEADPHONE_ADJUST_ENABLE
|
|
|
#ifdef HEADPHONE_ADJUST_ENABLE
|
|
|
pinMode(HP_DETECT, INPUT); |
|
|
|
|
|
|
|
|
pinMode(HP_DETECT, INPUT_PULLUP); |
|
|
headphoneLastDetectionState = digitalReadFromAll(HP_DETECT); |
|
|
headphoneLastDetectionState = digitalReadFromAll(HP_DETECT); |
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|