Betty1909

Results 6 issues of Betty1909

Call to pyvoip and get 486 busy here everytime

bug

![image](https://github.com/space928/Blender-O3D-IO-Public/assets/29305277/fde7b8a2-7d9f-42ff-a487-6a3f8cb29ce7) Looks like a little problem on it.

bug
needs triage

Everything works good, but still have a DTC on it. Looks like turning system module maybe power steering? ![IMG20240327194136](https://github.com/r00li/CarCluster/assets/29305277/5e108103-706a-4c08-bcc4-15fe32c4b546) And a little problem. It'a good when only RPM needle runing,...

Can it work with BMW E60 cluster? I have change to 100kbp and it success to control backlight, but rpm and speed not work. And backlight flash again and again....

Arduino Leonardo not read serial from simhub by using custom serial devices. **Simhub version** 9.3.4 **Arduino sketch** int gear = Serial.readStringUntil(';').toInt(); int hdl = Serial.readStringUntil('\n').toInt(); if((gear) == 'P') { setShifterStatus(shifter_status_parking);...

triage

It's possible to add a buzzer like this ![image](https://github.com/user-attachments/assets/c079d644-b90e-443a-a6f9-e65dc8458354) To make melody by using tone. ex. Arduino booting sound and over RPM warning... Thanks!