mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-16 12:41:05 +00:00
fix displaying bluetooth state and add waiting for elm327 connection
This commit is contained in:
@@ -76,8 +76,9 @@ typedef struct obt2_elm327_tag
|
||||
* @brief initializes the bluetooth module driver
|
||||
*
|
||||
* @param elm327 pointer to struct holding bluetooth driver data
|
||||
* @returns 1 if successfully initialized, 0 if not.
|
||||
*/
|
||||
void obd2_elm327_init(obd2_elm327_t *elm327);
|
||||
char obd2_elm327_init(obd2_elm327_t *elm327);
|
||||
|
||||
/**
|
||||
* @brief processes the bluetooth module communication with the OBD2 reader
|
||||
|
||||
Reference in New Issue
Block a user