Skip to content
Snippets Groups Projects
Commit 1d7176dc authored by calrama's avatar calrama
Browse files

remove dead code

Nothing except ssid and pass are actually used
parent cb2b35e5
Branches
No related tags found
No related merge requests found
//#include <WiFi.h>
#include <ESP8266WiFi.h>
// the IP address for the shield:
// IPAddress ip(192, 168, 178, ROBOT_ID);
// IPAddress gateway(192, 168, 178, 1);
// IPAddress subnet(255, 255, 255, 0);
// IPAddress dns(192, 168, 178, 1);
// Wireless Config #include <ESP8266WiFi.h>
// char ssid[] = "FRITZ!Box 7490"; // your network SSID (name)
// char pass[] = "88774779065982215160"; // your network password (use for WPA,
// or use as key for WEP)
// the IP address for the shield:
IPAddress ip(192, 168, 0, ROBOT_ID);
IPAddress gateway(192, 168, 0, 1);
IPAddress subnet(255, 255, 255, 0);
IPAddress dns(192, 168, 0, 1);
// Wireless Config char ssid[] = "RoboFish";
char ssid[] = "RoboFish"; // your network SSID (name) char pass[] = "vhr0b0134js";
char pass[] =
"vhr0b0134js"; // your network password (use for WPA, or use as key for WEP)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment