From 3aa722f21b1448f40875f6fa51e07bda8a4e6161 Mon Sep 17 00:00:00 2001 From: Igor Beloschapkin Date: Tue, 27 Oct 2020 13:39:57 +0000 Subject: [PATCH] Update 'tactile_eeg_v1.2/tactile_eeg_v1.2.ino' --- tactile_eeg_v1.2/tactile_eeg_v1.2.ino | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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;