Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: Client_sub"; //Replace arduinoClient_sub with your sub topic title char* arduinoPubTopic = "arduinoClient_pub"; //Replace arduinoClient_pub with your pub topic title char* mqttusername = "USERNAME"; //Replace USERNAME with the Arduino's username char* mqttpassword = "PASSWORD"; //Replace PASSWORD with the Arduino's password // Initialise the library instances GSMClient gprsclient; GSMServer server(80); GPRS gprs; […]
↧