server + getting sensor id + json in esp32

This commit is contained in:
2026-09-13 18:14:19 +02:00
parent 98fb81702b
commit e481468a0a
20 changed files with 1133 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef YGG_HTTP_REQ_H
#define YGG_HTTP_REQ_H
void ygg_send_sensor_redouts(float temp, float press, float hum);
#endif