mirror of
https://github.com/niellun/FastCarPlay.git
synced 2026-06-07 09:38:25 +02:00
More responsive touch, optimise release, protocol debug
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "settings.h"
|
||||
#include "connector.h"
|
||||
|
||||
|
||||
class Protocol : public IProtocol
|
||||
{
|
||||
|
||||
@@ -46,10 +45,6 @@ private:
|
||||
void onDevice(bool connected) override;
|
||||
void onData(uint32_t cmd, uint32_t length, uint8_t *data) override;
|
||||
|
||||
void print_message(uint32_t cmd, uint32_t length, uint8_t *data);
|
||||
void print_ints(uint32_t length, uint8_t *data, uint16_t max);
|
||||
void print_bytes(uint32_t length, uint8_t *data, uint16_t max);
|
||||
|
||||
void onPhone(bool connected);
|
||||
|
||||
uint16_t _width;
|
||||
|
||||
Reference in New Issue
Block a user