mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2025-01-05 13:58:52 +00:00
5 lines
67 B
C
5 lines
67 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool wifi_connect_to_stored();
|