Merge branch 'develop' into multi-message-Storage

This commit is contained in:
Jason P
2025-11-07 15:08:01 -06:00
committed by GitHub
27 changed files with 249 additions and 22 deletions

View File

@@ -48,6 +48,9 @@ class BluetoothPhoneAPI : public PhoneAPI
/// Check the current underlying physical link to see if the client is currently connected
virtual bool checkIsConnected() override { return Bluefruit.connected(connectionHandle); }
public:
BluetoothPhoneAPI() { api_type = TYPE_BLE; }
};
static BluetoothPhoneAPI *bluetoothPhoneAPI;