Skip to content

Commit 68a8bde

Browse files
committed
fix indentation
1 parent 5b57b15 commit 68a8bde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/temperaturesensor/HTU21D/HTU21D.ino

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Adafruit_HTU21DF htu = Adafruit_HTU21DF();
4949
#define EVENT_WAIT_TIME 60000
5050

5151
#if defined(ESP8266)
52-
#define I2C_SCL 14 //D5
53-
#define I2C_SDA 12 //D6
52+
#define I2C_SCL 14 //D5
53+
#define I2C_SDA 12 //D6
5454
#elif defined(ESP32) || defined(ARDUINO_ARCH_RP2040)
55-
#define I2C_SCL 18
56-
#define I2C_SDA 19
55+
#define I2C_SCL 18
56+
#define I2C_SDA 19
5757
#endif
5858

5959
bool deviceIsOn; // Temeprature sensor on/off state

0 commit comments

Comments
 (0)