InfluxDB-Client-for-Arduino icon indicating copy to clipboard operation
InfluxDB-Client-for-Arduino copied to clipboard

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

Open WernerSch opened this issue 1 year ago • 1 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

WernerSch avatar Apr 24 '24 09:04 WernerSch

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

vlastahajek avatar Apr 24 '24 16:04 vlastahajek