Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk GRASP
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