use pio native to build standalone

This commit is contained in:
Proddy
2023-01-06 14:14:03 +01:00
parent ad2dbd6fc5
commit fbf799e4c4
13 changed files with 484 additions and 134 deletions

5
.gitignore vendored
View File

@@ -1,5 +1,7 @@
# vscode
.vscode
.vscode/c_cpp_properties.json
.vscode/extensions.json
.vscode/launch.json
# build
build/
@@ -43,3 +45,4 @@ build_wrapper_output_directory/
# other build files
dump_entities.csv
dump_entities.xls*