mch2022-template-app/main/include/wifi_connect.h
2022-06-09 08:39:28 +02:00

5 lines
67 B
C

#pragma once
#include <stdbool.h>
bool wifi_connect_to_stored();