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
I have seen the reused BME280Node and there is also a DHT22Node. Maybe we can refactor them a little to have some abstract "environment sensor" node as a common base. The could also host the constants from constant.h.
I have some SHT3x temp & humidity sensors here and would also create a node class. So there would already be three use cases.
WDYT?
The text was updated successfully, but these errors were encountered:
Hi,
I have seen the reused BME280Node and there is also a DHT22Node. Maybe we can refactor them a little to have some abstract "environment sensor" node as a common base. The could also host the constants from constant.h.
I have some SHT3x temp & humidity sensors here and would also create a node class. So there would already be three use cases.
WDYT?
The text was updated successfully, but these errors were encountered: