diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/station.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ */ |