Lab_interaccio/2012/WiFly_udpserver_softserial/Credentials.h
2025-02-25 21:29:42 +01:00

15 lines
284 B
C

#ifndef __CREDENTIALS_H__
#define __CREDENTIALS_H__
// Wifi parameters
/*char passphrase[] = "medi4t3c4";
char ssid[] = "HANGAR_MEDIALAB";*/
char* ssid = "knalito";
char* passphrase = "";
uint16_t remote_Port=8000;
uint16_t local_Port=9000;
char* ip_host = "172.20.10.2";
#endif