Browse Source

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

master
Igor Beloschapkin 3 years ago
parent
commit
3aa722f21b
1 changed files with 2 additions and 6 deletions
  1. 2
    6
      tactile_eeg_v1.2/tactile_eeg_v1.2.ino

+ 2
- 6
tactile_eeg_v1.2/tactile_eeg_v1.2.ino 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;

Loading…
Cancel
Save