Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to fix mixed use of DHT12 and DHT22 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joustava
Copy link

@joustava joustava commented Feb 1, 2025

The docs mention DHT 12 in some places while I assume DHT22 is meant. Altough DHT11, DHT12 and DHT22 are al three valid types, the code only has a type option taking dht_11 or dht_22

-type device() :: dht_11 | dht_22.

Copy link

@UncleGrumpy UncleGrumpy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This look correct to me. Thanks for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants