ELMduino
ELMduino copied to clipboard
how to set the ELM_PORT with ble to ESP C3?
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?
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...
ok very thanks for answer :)