We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2697434 commit dea5e5dCopy full SHA for dea5e5d
.gitignore
@@ -0,0 +1,5 @@
1
+.pio
2
+.vscode/.browse.c_cpp.db*
3
+.vscode/c_cpp_properties.json
4
+.vscode/launch.json
5
+.vscode/ipch
.vscode/extensions.json
@@ -0,0 +1,7 @@
+{
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": [
+ "platformio.platformio-ide"
6
+ ]
7
+}
0 commit comments