1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-06-09 19:20:17 -07:00
2022-12-03 19:13:16 -08:00

9 lines
68 B
C

#ifndef __WIFI_H__
#define __WIFI_H__
void wifi_start();
#endif