esp32-s3_fota_test_wifi/main/wifi_init.h

17 lines
172 B
C

#ifndef WIFI_INIT_H
#define WIFI_INIT_H
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void wifi_init(void);
#ifdef __cplusplus
}
#endif
#endif /* WIFI_INIT_H */