From fed00b437aff50f0080974fc180f51ddafdbe9b3 Mon Sep 17 00:00:00 2001 From: schizza Date: Sat, 11 Apr 2026 17:24:49 +0200 Subject: [PATCH] Add test-station-server as a submodule. Include the test station server tool in the tools directory to facilitate local development and testing of weather station protocols. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2d156a3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tools/test-station-server"] + path = tools/test-station-server + url = https://github.com/schizza/test-station-server.git