添加 HX711 电子秤支持,更新依赖项并集成到主程序中

This commit is contained in:
Wang Beihong
2026-04-21 22:46:53 +08:00
parent 4e829bc56f
commit 0eb428aaa5
4 changed files with 155 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "main.cpp"
INCLUDE_DIRS "."
REQUIRES nvs_flash esp_wifi sntp_time aht30 esp_event esp_system wifi-connect ui lvgl_st7789_use efuse relay_ctrl bh1750 MQ-2 JW01 human_door fire_sensor)
REQUIRES nvs_flash esp_wifi sntp_time aht30 esp_event esp_system wifi-connect ui lvgl_st7789_use efuse relay_ctrl bh1750 MQ-2 JW01 human_door fire_sensor hx711)