forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
354 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
; Options | ||
; ------- | ||
; USERMOD_DALLASTEMPERATURE - define this to have this user mod included wled00\usermods_list.cpp | ||
; USERMOD_DALLASTEMPERATURE_CELSIUS - define this to report temperatures in degrees celsius, otherwise fahrenheit will be reported | ||
; USERMOD_DALLASTEMPERATURE_MEASUREMENT_INTERVAL - the number of milliseconds between measurements, defaults to 60 seconds | ||
; USERMOD_DALLASTEMPERATURE_FIRST_MEASUREMENT_AT - the number of milliseconds after boot to take first measurement, defaults to 20 seconds | ||
; | ||
[env:d1_mini_usermod_dallas_temperature_C] | ||
extends = env:d1_mini | ||
build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE -D USERMOD_DALLASTEMPERATURE_CELSIUS | ||
build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE | ||
lib_deps = ${env.lib_deps} | ||
milesburton/DallasTemperature@^3.9.0 | ||
OneWire@~2.3.5 | ||
paulstoffregen/OneWire@~2.3.7 | ||
# you may want to use following with ESP32 | ||
; https://github.com/blazoncek/OneWire.git # fixes Sensor error on ESP32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.