Skip to content

Compatibility with arduino-esp32 v3.0.0 : BLECharacteristic getValue std::string vs. String #15

Closed
@PaulZC

Description

@PaulZC

Hi Avinab (@avinabmalla ),

Espressif made a breaking change to BLECharacteristic in this pull:

espressif/arduino-esp32#8724

This means this line fails to compile with v3.0.0 of the core:

std::string value = pCharacteristic->getValue();

Will you accept a Pull Request to change std::string to String? Or is there a better way to solve this?

Thanks!
Paul (SparkFun)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions