diff --git a/tactile_eeg_v1.2/tactile_eeg_v1.2.ino b/tactile_eeg_v1.2/tactile_eeg_v1.2.ino index e28c77c..756a4d3 100644 --- a/tactile_eeg_v1.2/tactile_eeg_v1.2.ino +++ b/tactile_eeg_v1.2/tactile_eeg_v1.2.ino @@ -28,12 +28,8 @@ #define SCRIPTMODE 1 // 0 = local filtering, 1 = laptop script filtering -// char ssid[] = "Moto G (5S) 7000"; // network SSID (name) Mobile Hotspot -// char ssid[] = "homenet27 Gast"; // network SSID (name) Wolfgang -char ssid[] = "WLAN-79C670"; // network SSID (name) Igor -// char pass[] = "8fb165b9c4b7"; // network password Mobile Hotspot -// char pass[] = "0911533136"; // network password Wolfgang -char pass[] = "9718701064420292"; // network password Igor +char ssid[] = "ssid"; +char pass[] = "pass"; char packetBuffer[255]; // buffer to hold incoming packet unsigned int localPort = 8888;