Skip to content

Sigfox library documentation error: SigFox.endPacket #10566

Open
@ELKHAT-Yassine

Description

@ELKHAT-Yassine

The documentation on the SigFox library for the endPacket() function contains an error. It says:
"Returns an int: 1 if the packet was sent successfully, 0 if there was an error"

while the example code says ( and is correct):

if (ret == 0)
      Serial.println("OK");
    else
      Serial.println("KO");

URL: https://www.arduino.cc/en/Reference/SigFoxEndPacket

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions