usermods/AHT10_v2/README.md
This Usermod is designed to read a AHT10, AHT15 or AHT20 sensor and output the following:
Configuration is performed via the Usermod menu. The following settings can be configured in the Usermod Menu:
Dependencies, These must be added under lib_deps in your platform.ini (or platform_override.ini).
enjoyneering/AHT10@~1.1.0 (by enjoyneering)WireTo enable, add 'AHT10' to custom_usermods in your platformio encrionment (e.g. in platformio_override.ini)
[env:aht10_example]
extends = env:esp32dev
custom_usermods = ${env:esp32dev.custom_usermods} AHT10