Skip to content

BLE Serial 2.0 updates break compilation #3

@rcdemuth

Description

@rcdemuth

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions