ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
332 stars 133 forks source link

Reorganise reference to Client object #66

Closed Bolukan closed 5 years ago

Bolukan commented 6 years ago

I propose to reference the Client object directly. For the use of non-native types (byte, etc) a reference to Arduino is needed. Tested for ESP8266. This change is needed for the ESP32 (Does not know ethernet.h)

ChuckBell commented 5 years ago

I must reject this request. It can break other uses of the library and I fear it makes it too specific to the ESP platform. OTOH, a conditional compile variant would likely work better.