Good evening I have a problem with the project ESP32 ESP8266 Publish Sensor Readings to Google Sheets when I compile the code I get the following message in the arduino ide, I have not been able to solve it, I appreciate that you help me. Thank you
D:\Arduino\Presion\Presion.ino:13:29: fatal error: Adafruit_Sensor.h: No such file or directory compilation terminated. exit status 1 Error compilando para la tarjeta DOIT ESP32 DEVKIT V1.
Hi Luís,
Can you install this library in your Arduino IDE?
The Adafruit Unified Sensor Driver library: https://github.com/adafruit/Adafruit_Sensor
Then, in the code at the top for that project (ESP32 Publish Sensor Readings to Google Sheets (ESP8266 Compatible), you need to add this line to include the Adafruit Sensor library:
#include <Adafruit_Sensor.h>
I hope that solves your problem. Thanks for your patience,
Rui