tobiasschuerg / InfluxDB-Client-for-Arduino

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

error “This library currently supports only ESP8266 and ESP32.” #229

Open WernerSch opened 4 months ago

WernerSch commented 4 months ago

Expected behavior: Describe what you expected to happen.

Actual behavior: Describe What actually happened.

i try the Basic Write Sketch form the library and get error “This library currently supports only ESP8266 and ESP32.”

Specifications:

best regards

vlastahajek commented 4 months ago

Arduino UNO R4 WiFi has main chip Renesas RA4M1 (Arm® Cortex®-M4). ESP32S3 is used as a WIFI peripheral. This is not supported officially yet. You can try experimental support for external network devices in branch feat/allow-extending