Skip to content

platformio_override.sample.ini -D USERMOD_DALLASTEMPERATURE incorrect. #5643

@mike-s123

Description

@mike-s123

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions