mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-16 04:31:04 +00:00
update bluetooth driver (made a start)
This commit is contained in:
@@ -59,13 +59,6 @@ enum DeviceLabel
|
||||
DEV_DONE = 3
|
||||
};
|
||||
|
||||
enum BluetoothState
|
||||
{
|
||||
BT_INITIALISING = 0,
|
||||
BT_CONNECTING = 1,
|
||||
BT_CONNECTED = 2
|
||||
};
|
||||
|
||||
/* extern fonts */
|
||||
extern uint8_t BigFont[];
|
||||
extern uint8_t SmallFont[];
|
||||
|
||||
Reference in New Issue
Block a user