Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
WernerSch opened this issue Apr 24, 2024 · 1 comment
Open

Comments

@WernerSch
Copy link

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

@vlastahajek
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants