Files
yggdrasil/thermo_sensor/main/ygg_http_req.h
T

7 lines
121 B
C
Raw Normal View History

2026-09-13 18:14:19 +02:00
#ifndef YGG_HTTP_REQ_H
#define YGG_HTTP_REQ_H
void ygg_send_sensor_redouts(float temp, float press, float hum);
#endif