tobiasschuerg / InfluxDB-Client-for-Arduino

Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.
MIT License
382 stars 95 forks source link

fix: backward compatible compilation of Stream API #200

Closed vlastahajek closed 2 years ago

vlastahajek commented 2 years ago

Closes #196

Proposed Changes

Removing the strict override keyword to avoid compilation errors on older cores.

Checklist