Skip to content
New issue

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

Library does not work with ESP32 -> Solved #24

Open
DIYDave opened this issue Jan 15, 2020 · 0 comments
Open

Library does not work with ESP32 -> Solved #24

DIYDave opened this issue Jan 15, 2020 · 0 comments

Comments

@DIYDave
Copy link

DIYDave commented Jan 15, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant