Nazdar, mám ESP8266 a zkouším tento kód
#include "ESP8266WiFi.h"
void setup() {
Serial.begin(115200);
// Set WiFi to station mode and disconnect from an AP if it was previously connected
WiFi.mode(WIFI_STA);
WiFi.disconnect();
delay(100);
Serial.println("Setup done");
}
void ...
Založil Jirka; 2 názory, poslední 26. 11. 2017 – nevyřešeno
Založil Jirka; 2 názory, poslední 26. 11. 2017 – nevyřešeno