update project
This commit is contained in:
4
esp32/main/wifi_manager.h
Normal file
4
esp32/main/wifi_manager.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/event_groups.h"
|
||||
void init_wifi(const char* ssid, const char* pass);
|
||||
Reference in New Issue
Block a user