Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit b871492

Browse files
committed
Changed protocol to websocket
1 parent 6b2057a commit b871492

File tree

5 files changed

+417
-636
lines changed

5 files changed

+417
-636
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
.vscode/c_cpp_properties.json
55
.vscode/launch.json
66
.vscode/ipch
7+
platformio.ini
8+
test/*
9+
10+
# Zeug
11+
.travis.yml
12+
.vscode/*
13+
14+
# Exclude libs
15+
lib/*
716

817

918
# Prerequisites

0 commit comments

Comments
 (0)