Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <ESP8266WiFi.h>
- const char* ssid = "your_network_ssid"; // replace with your network's SSID
- const char* password = "your_network_password"; // replace with your network's password
- void setup() {
- Serial.begin(115200);
- delay(10);
- Serial.println();
- Serial.println();
- Serial.print("Connecting to ");
- Serial.println(ssid);
- WiFi.begin(ssid, password);
- while (WiFi.status() != WL_CONNECTED) {
- delay(500);
- Serial.print(".");
- }
- Serial.println("");
- Serial.println("WiFi connected");
- Serial.println("IP address: ");
- Serial.println(WiFi.localIP());
- }
- void loop() {
- }
Advertisement
Comments
-
Comment was deleted
-
Comment was deleted
-
- How to f**k skill Python
- LInk: https://youtu.be/fvlkgdngGlQ
-
- C, C++, in 100 seconds
- Link: https://youtu.be/U3aXWizDbQ4
- Link: https://youtu.be/MNeX4EGtR5Y
-
Comment was deleted
-
- hey A_GUES i made you a custom script and go to pastebin.com/85P3rfJM now coz its private to see the script the password is (a1ef) and now clone the script and you can claim my script yours ("its just a kind gift i gave you just clone my script after entering the password: a1ef.. if you play roblox my username is QWIUICK
-
- Ok
-
- Job openai me
-
Comment was deleted
-
Comment was deleted
Add Comment
Please, Sign In to add comment
Advertisement