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));