5 lines
67 B
C
5 lines
67 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool wifi_connect_to_stored();
|