Skip to content

Commit fd006a4

Browse files
committed
formatting
1 parent 6680013 commit fd006a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/temperaturesensor/AHT10/AHT10.ino

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
#include <Adafruit_AHTX0.h>
4545
Adafruit_AHTX0 aht;
4646

47-
4847
#define WIFI_SSID ""
4948
#define WIFI_PASS ""
5049
#define APP_KEY "" // Should look like "de0bxxxx-1x3x-4x3x-ax2x-5dabxxxxxxxx"
@@ -53,7 +52,6 @@ Adafruit_AHTX0 aht;
5352
#define BAUD_RATE 9600 // Change baudrate to your need (used for serial monitor)
5453
#define EVENT_WAIT_TIME 60000 // send event every 60 seconds
5554

56-
5755
bool deviceIsOn; // Temeprature sensor on/off state
5856
float humidity; // actual humidity
5957
float temperature; // actual temperature

0 commit comments

Comments
 (0)