Skip to content

Instantly share code, notes, and snippets.

@michaelsarduino
Created October 18, 2015 12:19
Show Gist options
  • Save michaelsarduino/40b1d663d125abdfb346 to your computer and use it in GitHub Desktop.
Save michaelsarduino/40b1d663d125abdfb346 to your computer and use it in GitHub Desktop.
void setup() {
delay(3000);
Serial.begin(9600);
delay(3000);
Serial.print("AT+CWMODE=2<CR>");
delay(5000);
Serial.print("AT+CWSAP=\"esp8266_ap_\",\"passwort123\",1,4<CR>");
delay(5000);
}
void loop() {
// put your main code here, to run repeatedly:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment