InfluxDB-Client-for-Arduino
InfluxDB-Client-for-Arduino copied to clipboard
error “This library currently supports only ESP8266 and ESP32.”
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:
- Library Version: 3.13.1
- InfluxDB Version: 2.7.6
- Board/ESP chip: Arduino Uno R4 Wifi
- Device Arduino SDK version:
best regards
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