mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-07 07:10:14 +00:00
Update AHT10.cpp
Add clarifying note about AHT20 also being included
This commit is contained in:
parent
a0c756c78d
commit
d3263a92db
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Worth noting that both the AHT10 and AHT20 are supported without alteration.
|
||||
*/
|
||||
|
||||
#include "configuration.h"
|
||||
|
||||
#if !MESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR && __has_include(<Adafruit_AHTX0.h>)
|
||||
@ -41,4 +45,4 @@ bool AHT10Sensor::getMetrics(meshtastic_Telemetry *measurement)
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user