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