Freenove / Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi

Apply to FNK0043
Other
133 stars 148 forks source link

Buzzer continues even if the program terminates #11

Open clemens-k opened 3 years ago

clemens-k commented 3 years ago

When battery voltage is too low and the program is terminated the buzzer keeps being active. It is probably because GPIO state don't change automatically when program is terminated.

ZhiJGuo commented 3 years ago

@clemens-k The problem you said does exist, we will try to fix it

clemens-k commented 3 years ago

@ZhiJGuo I created a pull request for you to fix it. Feel free to check it out.