Update 'tactile_eeg_v1.2/tactile_eeg_v1.2.ino'

This commit is contained in:
Igor Beloschapkin 2020-10-27 13:39:57 +00:00
parent 6e452b3bc8
commit 3aa722f21b

View File

@ -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;