commit 39b55883320c7c8e01e9bb2381264c9524bb43b1 Author: serega404 Date: Mon Jul 11 12:55:32 2022 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d26fa21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# ---> esp-idf +# gitignore template for esp-idf, the official development framework for ESP32 +# https://github.com/espressif/esp-idf + +build/ +sdkconfig +sdkconfig.old + +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + diff --git a/README.md b/README.md new file mode 100644 index 0000000..774af79 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# ESP-IDF-Test +