Closed fl380 closed 3 years ago
This should work for you
[env:custom_d1_mini_usermod_dallas_temperature_C] board = d1_mini platform = ${common.platform_wled_default} platform_packages = ${common.platform_packages} board_build.ldscript = ${common.ldscript_4m1m} build_unflags = ${common.build_unflags} build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE -D USERMOD_DALLASTEMPERATURE_CELSIUS -UWLED_USE_MY_CONFIG monitor_filters = esp8266_exception_decoder lib_deps = ${esp8266.lib_deps} OneWire@~2.3.5 milesburton/DallasTemperature@^3.9.0
This should work for you
[env:custom_d1_mini_usermod_dallas_temperature_C] board = d1_mini platform = ${common.platform_wled_default} platform_packages = ${common.platform_packages} board_build.ldscript = ${common.ldscript_4m1m} build_unflags = ${common.build_unflags} build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE -D USERMOD_DALLASTEMPERATURE_CELSIUS -UWLED_USE_MY_CONFIG monitor_filters = esp8266_exception_decoder lib_deps = ${esp8266.lib_deps} OneWire@~2.3.5 milesburton/DallasTemperature@^3.9.0
thanks, unfortunately also fails but there's no log this time, "404: Not Found" when I click on the link to the log. My config worked a few days ago so suspect that it's a temporary problem
This should work for you
[env:custom_d1_mini_usermod_dallas_temperature_C] board = d1_mini platform = ${common.platform_wled_default} platform_packages = ${common.platform_packages} board_build.ldscript = ${common.ldscript_4m1m} build_unflags = ${common.build_unflags} build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE -D USERMOD_DALLASTEMPERATURE_CELSIUS -UWLED_USE_MY_CONFIG monitor_filters = esp8266_exception_decoder lib_deps = ${esp8266.lib_deps} OneWire@~2.3.5 milesburton/DallasTemperature@^3.9.0
thanks, unfortunately also fails but there's no log this time, "404: Not Found" when I click on the link to the log. My config worked a few days ago so suspect that it's a temporary problem
Clean your .pio and ./buildcache and everything should be fine.
Clean your .pio and ./buildcache and everything should be fine.
I'm using the Discord bot so I don't think that it is possible
Go to Discord. You build is ready.
Describe the bug "fatal error: ESPAsyncUDP.h: No such file or directory" when compiling
To Reproduce ./build custom
[env:custom_d1_mini_usermod_dallas_temperature_C] extends = env:d1_mini build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE -D USERMOD_DALLASTEMPERATURE_CELSIUS lib_deps = ${env.lib_deps} milesburton/DallasTemperature@^3.9.1 OneWire@~2.3.5
Expected behavior successful compilation
WLED version
Additional context