aboutsummaryrefslogtreecommitdiff
path: root/include/station.h
blob: 39d7f53a95d2cdd1355bd59e0abe7650d1ee7588 (plain) (blame)
1
2
3
4
5
6
7
#pragma once
#ifndef STATION_H_
#define STATION_H_

void wifi_init_station(const char* ssid, const char* psk);

#endif /* STATION_H_ */