pitrix/include/wifi.h

7 lines
58 B
C
Raw Normal View History

2019-05-28 19:19:35 +00:00
#ifndef wifi_H
#define wifi_H
void wifi_setup();
#endif