Skip to content

Commit

Permalink
Merge pull request #902 from jlesech/dht22-init
Browse files Browse the repository at this point in the history
Initialize dht in ttn-abp-feather-us915-dht22 example
  • Loading branch information
terrillmoore authored Oct 2, 2024
2 parents 8046e00 + cdbdbcb commit 7efd46f
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 7efd46f

Please sign in to comment.