mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-24 17:51:00 +00:00
5 lines
67 B
C
5 lines
67 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool wifi_connect_to_stored();
|