mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-27 19:31:54 +02:00
8 lines
98 B
C
8 lines
98 B
C
#ifndef __WIFI_CONNECT_H
|
|
#define __WIFI_CONNECT_H
|
|
|
|
extern "C" {
|
|
void connectBlocking();
|
|
}
|
|
|
|
#endif |