Skip to content
Snippets Groups Projects
Commit 5ee205f7 authored by mhby1g21's avatar mhby1g21
Browse files

added robotic arm 2 mac adress and password

parent 5b25b4f5
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,11 @@ ...@@ -2,8 +2,11 @@
#include <Servo.h> #include <Servo.h>
// WiFi credentials // WiFi credentials
const char ssid[] = "YourNetwork"; // Your network SSID
const char pass[] = "YourPassword"; // Your network password // For robotic Arm 2, mac address is 30:C6:F7:03:60:80
// the password is pUguZXWtBDzl
const char ssid[] = "SOTON-IoT"; // Your network SSID
const char pass[] = "pUguZXWtBDzl"; // Your network password
int status = WL_IDLE_STATUS; int status = WL_IDLE_STATUS;
// Server settings // Server settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment