We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dedc02 + 193b0fb commit 16bf523Copy full SHA for 16bf523
include/odbAdapter.h
@@ -34,7 +34,7 @@ class OdbAdapter {
34
35
#ifdef USE_OBD_WIFI
36
WiFiClient SerialDevice;
37
- const char* ssid = "WiFi_OBDII";
+ const char* ssid = "WIFI_OBDII";
38
const char* password = "your-password";
39
const char* server = "192.168.0.10";
40
#endif
0 commit comments