You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand your library, the ESP32 uses Serial1. Serial1 is not accessible in my case. May I use Serial (wich correspondents to UART0)? And if yes how?
I tried #define OBDUART Serial
But I get no output at the Port.
The text was updated successfully, but these errors were encountered:
As far as I understand your library, the ESP32 uses Serial1. Serial1 is not accessible in my case. May I use Serial (wich correspondents to UART0)? And if yes how?
I tried
#define OBDUART Serial
But I get no output at the Port.
The text was updated successfully, but these errors were encountered: