upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/wifistr.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/wifistr.h')
-rw-r--r--main/wifistr.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/wifistr.h b/main/wifistr.h
new file mode 100644
index 0000000..843b6be
--- /dev/null
+++ b/main/wifistr.h
@@ -0,0 +1,10 @@
1#ifndef WIFISTR_H
2#define WIFISTR_H
3
4#include "esp_err.h"
5
6esp_err_t wifistr_publish(void);
7
8void wifistr_start_periodic(int interval_s);
9
10#endif