rhysmorgan134 / node-CarPlay

MIT License
131 stars 23 forks source link

Feature: configurable frame interval #59

Closed gozmanyoni closed 9 months ago

gozmanyoni commented 9 months ago
gozmanyoni commented 9 months ago

It should be possible - we get the phone type on the plugged event if I recall

gozmanyoni commented 9 months ago

@steelbrain done - I moved frameInterval out of the driver to the handler layer (Don't want a driver interface to have too many responsibilities)

And added a config section per phone type (also added an enum) to set frameInterval. CarPlay has it, AA does not - and consumers can override that