Skip to content

Commit d2627ac

Browse files
committed
Merge branch 'beta'
# Conflicts: # platformio.ini
2 parents c6233d3 + 7c1af59 commit d2627ac

File tree

494 files changed

+3018
-66052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

494 files changed

+3018
-66052
lines changed

.vscode/extensions.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=827846
3-
// for the documentation about the extensions.json format
4-
"recommendations": [
5-
"platformio.platformio-ide"
6-
]
7-
}
1+
{
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": [
5+
"platformio.platformio-ide"
6+
],
7+
"unwantedRecommendations": [
8+
"ms-vscode.cpptools-extension-pack"
9+
]
10+
}

.vscode/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"files.associations": {
3+
"array": "cpp",
4+
"*.tcc": "cpp",
5+
"deque": "cpp",
6+
"string": "cpp",
7+
"unordered_map": "cpp",
8+
"unordered_set": "cpp",
9+
"vector": "cpp",
10+
"memory": "cpp",
11+
"random": "cpp",
12+
"initializer_list": "cpp"
13+
}
14+
}

lib/ESPNtpClient/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

lib/ESPNtpClient/Clock.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)