saagcs
Results
1
issues of
saagcs
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?
question