float f; // farenheit float c; // celcius float f; // farenheit } Temperature; #endif 19 changes: 19 additions & 0 deletions 19 clients/esp32-main/include/websocket.h Original file line numberDiff line numberDiff line change @@ -0,0 +1,19 @@ #ifndef WEBSOCKET #define WEBSOCKET #...