Skip to content

Commit a8dff1f

Browse files
authored
Add option to use connection PIN ("1234")
1 parent 17bbbff commit a8dff1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/ESP32_Bluetooth_Serial/ESP32_Bluetooth_Serial.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ void setup()
2121
#endif
2222

2323
DEBUG_PORT.begin(115200);
24+
//SerialBT.setPin("1234");
2425
ELM_PORT.begin("ArduHUD", true);
2526

2627
if (!ELM_PORT.connect("OBDII"))

0 commit comments

Comments
 (0)