upleb.uk

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

summaryrefslogtreecommitdiff
path: root/main/tollgate_api.h
blob: 23e0d75dcc779649ff3b78196cc3342e09fc0eaa (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef TOLLGATE_API_H
#define TOLLGATE_API_H

#include "esp_err.h"
#include "esp_http_server.h"

esp_err_t tollgate_api_start(void);
void tollgate_api_stop(void);

#endif