17 lines
796 B
INI
17 lines
796 B
INI
; Options
|
|
; -------
|
|
; USERMOD_BH1750 - define this to have this user mod included wled00\usermods_list.cpp
|
|
; USERMOD_BH1750_MAX_MEASUREMENT_INTERVAL - the max number of milliseconds between measurements, defaults to 10000ms
|
|
; USERMOD_BH1750_MIN_MEASUREMENT_INTERVAL - the min number of milliseconds between measurements, defaults to 500ms
|
|
; USERMOD_BH1750_FIRST_MEASUREMENT_AT - the number of milliseconds after boot to take first measurement, defaults to 10 seconds
|
|
; USERMOD_BH1750_OFFSET_VALUE - the offset value to report on, defaults to 1
|
|
;
|
|
[env:usermod_BH1750_d1_mini]
|
|
extends = env:d1_mini
|
|
build_flags =
|
|
${common.build_flags_esp8266}
|
|
-D USERMOD_BH1750
|
|
lib_deps =
|
|
${env.lib_deps}
|
|
claws/BH1750 @ ^1.2.0
|