You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: iter() returned non-iterator of type 'DHT11'
Fix: Change the function next() to next. Without that the Iter() does not work properly and therefore you cant iterate over sensor values in a for-loop.
The text was updated successfully, but these errors were encountered:
TypeError: iter() returned non-iterator of type 'DHT11'
Fix: Change the function next() to next. Without that the Iter() does not work properly and therefore you cant iterate over sensor values in a for-loop.
The text was updated successfully, but these errors were encountered: