Sensor4/src/patrix/http.h
2025-01-07 09:18:18 +01:00

7 lines
57 B
C

#ifndef HTTP_H
#define HTTP_H
void httpSetup();
#endif