Skip to content

Commit 163d389

Browse files
committed
🎨 Explicitly require Adafruit_Sensor.h
1 parent fe898d2 commit 163d389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp8266.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <Wire.h>
22
#include <ESP8266WiFi.h>
33
#include <ESP8266WebServer.h>
4+
#include <Adafruit_Sensor.h>
45
#include <TSL2561.h>
56
#include <Adafruit_BME280.h>
67
#include <SparkFunTMP102.h>

0 commit comments

Comments
 (0)