From 5ee205f75f17689b017cacb3464d8f7be252c864 Mon Sep 17 00:00:00 2001 From: mhby1g21 <mhby1g21@soton.ac.uk> Date: Tue, 18 Feb 2025 10:55:42 +0000 Subject: [PATCH] added robotic arm 2 mac adress and password --- wifi-test/wifi-test.ino | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wifi-test/wifi-test.ino b/wifi-test/wifi-test.ino index 27b672a..2cba06a 100644 --- a/wifi-test/wifi-test.ino +++ b/wifi-test/wifi-test.ino @@ -2,8 +2,11 @@ #include <Servo.h> // 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; // Server settings -- GitLab