Search found 1 match
- Thu May 12, 2022 4:08 pm
- Forum: ESP IoT Solution
- Topic: Unable to get SHT35 working with web server.
- Replies: 0
- Views: 3219
Unable to get SHT35 working with web server.
I use ESP32-Wrover-B and SHT35. I am trying to get it to display it's readings on web server. I get "Seeed_SHT35 does not name a type" error when I try to compile the code. What am I doing wrong? #include "WiFi.h" #include "ESPAsyncWebServer.h" #include <Arduino.h> #include <Wire.h> #include <Seeed_...