This commit is contained in:
Ben Meadors
2022-08-20 08:42:12 -05:00
parent d9e34e4748
commit 10c36da096
10 changed files with 151 additions and 158 deletions

View File

@@ -57,7 +57,7 @@ void onConnect(uint16_t conn_handle)
connection->getPeerName(central_name, sizeof(central_name));
DEBUG_MSG("BLE Connected to %s\n", central_name);
bluetoothPhoneAPI->setInitalState();
// bluetoothPhoneAPI->setInitialState();
}
/**