upleb.uk

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

summaryrefslogtreecommitdiff
path: root/main/wifistr.h
blob: 843b6be15270de4e8f7f22a797c19dd4ce235d90 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef WIFISTR_H
#define WIFISTR_H

#include "esp_err.h"

esp_err_t wifistr_publish(void);

void wifistr_start_periodic(int interval_s);

#endif