ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
331 stars 132 forks source link

Changed include directives to be able to compile for ESP32 #84

Closed bubulindo closed 5 years ago

bubulindo commented 5 years ago

I want to use ESP32, but couldn't get it to compile. Turns out that the SPI library isn't compatible, but this shouldn't be an issue for the ESP32.