Hi Avinab (@avinabmalla ), Espressif made a breaking change to ```BLECharacteristic``` in this pull: https://github.com/espressif/arduino-esp32/pull/8724 This means this line fails to compile with v3.0.0 of the core: https://github.com/avinabmalla/ESP32_BleSerial/blob/9250e6724ab7edb6838460183820ebc47d0cf3a0/src/BleSerial.cpp#L167 Will you accept a Pull Request to change ```std::string``` to ```String```? Or is there a better way to solve this? Thanks! Paul (SparkFun)