What happened?
platformio_override.sample.ini contains multiple examples including "-D USERMOD_DALLASTEMPERATURE". This does not work.
To Reproduce Bug
Compiling with -D USERMOD_DALLASTEMPERATURE does not result in Dallas DS18B20 temperature support being included.
Expected Behavior
Temperature support should be included in the compiled binary.
Install Method
Self-Compiled
What version of WLED?
WLED 16.0.0 release
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
Anything else?
To include DS18B20 support, the correct configuration in platformio_override.sample.ini should be similar to:
custom_usermods = ${env:esp32dev.custom_usermods}
Temperature
This is documented in https://github.com/wled/WLED/blob/main/usermods/Temperature/readme.md
Code of Conduct
What happened?
platformio_override.sample.ini contains multiple examples including "-D USERMOD_DALLASTEMPERATURE". This does not work.
To Reproduce Bug
Compiling with -D USERMOD_DALLASTEMPERATURE does not result in Dallas DS18B20 temperature support being included.
Expected Behavior
Temperature support should be included in the compiled binary.
Install Method
Self-Compiled
What version of WLED?
WLED 16.0.0 release
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
Anything else?
To include DS18B20 support, the correct configuration in platformio_override.sample.ini should be similar to:
custom_usermods = ${env:esp32dev.custom_usermods}Temperature
This is documented in https://github.com/wled/WLED/blob/main/usermods/Temperature/readme.md
Code of Conduct