Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': #include <ESP8266WiFi.h> #include <ArduinoJson.h> const char* ssid = "xxx"; const char* password = "yyy"; const char* host = "zzz.com"; char json[] = ""; char line1[20]; StaticJsonBuffer<200> jsonBuffer; void setup() { Serial.begin(115200); delay(10); // We start by connecting to a WiFi network Serial.println(); Serial.println() Source: http://pastebin.com/raw.php?i=fbex6Nxt
↧