Spiff

Results 3 comments of Spiff
trafficstars

```C++ #include "BluetoothSerial.h" #include "ELMduino.h" BluetoothSerial SerialBT; ELM327 myELM327; double var = 1.0; void setup() { Serial.begin(115200); WiFi.mode(WIFI_STA); SerialBT.begin("ArduHUD", true); if (!SerialBT.connect("OBDII")) { Serial.println(F("Couldn't connect to OBD scanner - Phase...

Thanks for the feedback, I'll add the print Error and post the results. I only have limited access to the vehicle, so the testing was a lot of modifying working...

Added the else if to target the non ELM_GETTING_MSG states, but it doesn't seem to generate an error... or I am doing it wrong. Results in the ![Ethanol test with...