Skip to content

Commit 39790af

Browse files
authored
Initialize dht in ttn-abp-feather-us915-dht22 example
1 parent 57da95e commit 39790af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/ttn-abp-feather-us915-dht22/ttn-abp-feather-us915-dht22.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ void setup() {
234234
Serial.begin(115200);
235235
delay(100);
236236
Serial.println(F("Starting"));
237+
238+
dht.begin();
237239

238240
// LMIC init
239241
os_init();

0 commit comments

Comments
 (0)