Skip to content

Commit

Permalink
Initialize dht in ttn-abp-feather-us915-dht22 example
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesech authored Aug 27, 2022
1 parent 57da95e commit 39790af
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ void setup() {
Serial.begin(115200);
delay(100);
Serial.println(F("Starting"));

dht.begin();

// LMIC init
os_init();
Expand Down

0 comments on commit 39790af

Please sign in to comment.