Skip to content

smoothValue left uninitialized  #34

@TomWhitwell

Description

@TomWhitwell

in ResponsiveAnalogRead.h, float smoothValue; may cause problems (I had a problem in one of my projects where different hardware initialised with different values). Should possibly be
float smoothValue = 0.0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions