Skip to content

updateByte gives error "Exceeded maximum number of writes" #7

@webnology-ch

Description

@webnology-ch

When setting:
const int maxAllowedWrites = 1;
and using the updateByte function I get the error: "Exceeded maximum number of writes".

this does NOT happen if:
const int maxAllowedWrites = 2;

if I use writeByte and
const int maxAllowedWrites = 1;
the error does not appear.

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