From c6a0cf2ff3403e9726ea6429af50bedcfd4f9a01 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 29 Nov 2021 17:38:06 -0700 Subject: Added simple routine to use a server socket. --- include/station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/station.h b/include/station.h index 70d1b14..39d7f53 100644 --- a/include/station.h +++ b/include/station.h @@ -2,6 +2,6 @@ #ifndef STATION_H_ #define STATION_H_ -void wifi_init_station(); +void wifi_init_station(const char* ssid, const char* psk); #endif /* STATION_H_ */ -- cgit