tedsalmon / DroidIBus

Android App that uses a IOIO to interface with the BMW IBus
MIT License
38 stars 5 forks source link

E38 Support: Find out what the 0x04 and 0x03 chars print out to #48

Closed tedsalmon closed 9 years ago

tedsalmon commented 9 years ago
07-20 23:53:59.474 D/DroidIBus(2613): Received Message (Radio -> GraphicsNavigationDriver): 68 12 3B 23 40 20 46 4D 20 03 20 38 38 2E 35 04 20 20 20 35 
07-20 23:53:59.474 D/DroidIBus(2613): Triggering 'onUpdateRadioStation()' with value 'FM EXT 88.5 EOT'
07-20 23:53:59.474 D/DroidIBus(2613): Triggering 'onUpdateRadioStation()' with value 'FM EXT 88.5 EOT'
tedsalmon commented 9 years ago

They don't print out so filter them out.

tedsalmon commented 9 years ago

Fixed in #59