-
Notifications
You must be signed in to change notification settings - Fork 81
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
can be used in ESP32? #85
Comments
Using NodeMCU-32S complier will result in error like this: D:\RoBoCpu\Maze\version2\adadadv2\adadadv2.ino:58: warning: "INT_MIN" redefined In file included from C:\Users\snowb\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.5/tools/sdk/esp32/include/freertos/port/xtensa/include/freertos/portmacro.h:54, In file included from c:\users\snowb\appdata\local\arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\gcc8_4_0-esp-2021r2-patch3\xtensa-esp32-elf\include\c++\8.4.0\stdlib.h:36, C:\Users\snowb\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.5\cores\esp32/HardwareSerial.h:68:9: |
See my fork that should have fixed this. |
How could I install this library on platformIO to be used with ESP32 development boards??
The text was updated successfully, but these errors were encountered: