update bluetooth driver (made a start)

This commit is contained in:
Sem van der Hoeven
2024-01-13 23:47:31 +01:00
parent b61fc4c8a1
commit 3ea9e7bfe4
4 changed files with 41 additions and 7 deletions

View File

@@ -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[];