-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I was having trouble connecting to iOS devices over the BLE serial, so I thought I would compile from source and see if the updated libraries helped.
Unfortunately, the BluetoothSelect sketch is causing compilation errors, specifically the callbacks in functions like
void onDisconnect(BLEServer *pServer)
{
connectionCallback(ESP_SPP_CLOSE_EVT, nullptr);
Server->startAdvertising();
}
This has been addressed in the RTK_Everywhere firmware (https://github.com/sparkfun/SparkFun_RTK_Everywhere_Firmware/blob/main/Firmware/RTK_Everywhere/bluetoothSelect.h), but not with BlueSmirf or with the RTK_Everywhere.
Metadata
Metadata
Assignees
Labels
No labels