tobiasschuerg / InfluxDB-Client-for-Arduino

Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

WernerSch opened this issue · comments

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