mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-22 08:22:23 +08:00
14 lines
164 B
C
14 lines
164 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// Register WiFi functions
|
|
void register_wifi(void);
|
|
void initialise_wifi(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|