20 lines
654 B
C
20 lines
654 B
C
#ifndef Wifi_ADI_h
|
|
#define Wifi_ADI_h
|
|
|
|
#include <WiFi.h>
|
|
#include <WiFiUdp.h>
|
|
|
|
// char ssid[48] = "Production"; // your network SSID (name)
|
|
// char pass[48] = "78CBC37735"; // your network password
|
|
// char ssid[48] = "Smith01"; // your network SSID (name)
|
|
// char pass[48] = "Smith211056"; // your network password
|
|
|
|
// char pass[48] = "RenlitaPW2430"; // your network password
|
|
// char ssid[48] = "RenlitaWiFi"; // your network SSID (name)
|
|
char ssid[48] = "B6D9Access"; // your network SSID (name)
|
|
char pass[48] = "080456120173"; // your network password
|
|
|
|
|
|
|
|
#endif
|