Skip to content

Quectel MC60 can not connect to Host #824

@alcho75

Description

@alcho75

I am trying to run AllFunctions.ino example. The MC60 returns 'ERROR' when connecting to HOST 'vsh.pp.ua'. The issue and correction is as:

// FOUND ISSUES
// file: TinyGsmClientMC60.h at line 430
// original: (TinyGsmIpFromString(host) == IPAddress(0, 0, 0, 0) ? 0 : 1));
// corrected: (TinyGsmIpFromString(host) == IPAddress(0, 0, 0, 0) ? 1 : 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