Lab_interaccio/2012/Edgard/Vdossier01/WiFly/examples/WiFly_WebClient/Credentials.h

9 lines
136 B
C
Raw Permalink Normal View History

2025-02-25 21:29:42 +01:00
#ifndef __CREDENTIALS_H__
#define __CREDENTIALS_H__
// Wifi parameters
char passphrase[] = "passphrase";
char ssid[] = "ssid";
#endif