file updates

This commit is contained in:
proddy
2023-01-09 22:03:07 +01:00
parent e89260b8b0
commit 3627f884c3
3 changed files with 7303 additions and 2376 deletions

4
.gitignore vendored
View File

@@ -2,13 +2,13 @@
.vscode/c_cpp_properties.json .vscode/c_cpp_properties.json
.vscode/extensions.json .vscode/extensions.json
.vscode/launch.json .vscode/launch.json
.vscode/settings.json
# build # build
build/ build/
.clang_complete .clang_complete
.gcc-flags.json .gcc-flags.json
cppcheck.out.xml cppcheck.out.xml
debug.log
# platformio # platformio
.pio .pio
@@ -45,5 +45,3 @@ build_wrapper_output_directory/
# other build files # other build files
dump_entities.csv dump_entities.csv
dump_entities.xls* dump_entities.xls*
.vscode/settings.json

File diff suppressed because it is too large Load Diff

6
package-lock.json generated
View File

@@ -1,6 +0,0 @@
{
"name": "EMS-ESP32",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}