ELMduino icon indicating copy to clipboard operation
ELMduino copied to clipboard

how to set the ELM_PORT with ble to ESP C3?

Open saagcs opened this issue 3 years ago • 2 comments
trafficstars

In serial bluetooth the code was used like this:

BluetoothSerial SerialBT;
#define ELM_PORT SerialBT
#define DEBUG_PORT Serial

But with BLE, how can I set the ELM_PORT?

saagcs avatar Aug 17 '22 15:08 saagcs

Right now BLE is unsupported since I don't know how to use it. Other threads here have attempted to point me to BLE examples, but they're all super confusing. I'm hoping someone with more BLE experience will submit a PR to add BLE support...

PowerBroker2 avatar Aug 17 '22 19:08 PowerBroker2

ok very thanks for answer :)

saagcs avatar Aug 17 '22 21:08 saagcs