Make it 'flashable'

This commit is contained in:
Artur Gurgul 2025-09-16 10:27:08 -05:00
parent 793eb33f67
commit f11a189e31
4 changed files with 25 additions and 6 deletions

View file

@ -5,6 +5,6 @@
idf_component_register(
SRCS "bme680_esp8266.c"
INCLUDE_DIRS "."
REQUIRES bme68x esp8266
REQUIRES bme68x esp8266 pthread
# PRIV_REQUIRES driver
)