Lab_interaccio/2012/Edgard/Vdossier01/WiFly/examples/WiFly_WebServer/Credentials.h
2025-02-25 21:29:42 +01:00

9 lines
136 B
C

#ifndef __CREDENTIALS_H__
#define __CREDENTIALS_H__
// Wifi parameters
char passphrase[] = "passphrase";
char ssid[] = "ssid";
#endif