Remove api from include path, add redirects
Can't have cores/rp2040/api in the include path because the Arduino API dir has a "String.h" file. On Windows, because it is case-insensitive normally, this overrides the POSIX "string.h" header leading to bad stuff. Add manual redirect includes for commonly accessed headers in the cores/rp2040 path instead.
Showing
cores/rp2040/Client.h
0 → 100644
cores/rp2040/IPAddress.h
0 → 100644
cores/rp2040/Interrupts.h
0 → 100644
cores/rp2040/Print.h
0 → 100644
cores/rp2040/Server.h
0 → 100644
cores/rp2040/Stream.h
0 → 100644
cores/rp2040/Udp.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment