We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace all Lines in PS2X_lib.h and PS2X_lib.cpp with definition for ESP8266 #ifdef ESP8266
#ifdef ESP8266
by this line: #if defined (ESP8266) || defined(ESP32)
#if defined (ESP8266) || defined(ESP32)
Works now great with ESP32. Thank you for this library!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Replace all Lines in PS2X_lib.h and PS2X_lib.cpp with definition for ESP8266
#ifdef ESP8266
by this line:
#if defined (ESP8266) || defined(ESP32)
Works now great with ESP32.
Thank you for this library!
The text was updated successfully, but these errors were encountered: