Skip to content

BUG in function setValue for number object #84

Description

@1simone0

Actually is not possible to update a negative number even if in the Nextion editor numbers accept negative values. It's just enough to modify the function bool setValue(uint32_t number); with bool setValue(int32_t number); and use the function itoa instead utoa inside that.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions