From 4ca75894c16ea3be1e4c19a7469f1595c18b2f63 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Sun, 11 Nov 2018 05:32:44 -0800 Subject: WebSocket communication seems to work. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..775a802 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "fs/cJSON"] + path = fs/cJSON + url = https://github.com/DaveGamble/cJSON.git -- cgit v1.2.3