Merge pull request #251 from kukumagi/feature/platformio-logs

Add platformio serial logging
This commit is contained in:
Daniel Öster 2024-04-11 19:48:27 +03:00 committed by GitHub
commit 5a5cfc433b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -14,3 +14,4 @@
.clang_complete
.gcc-flags.json
.pio
logs

View file

@ -15,6 +15,7 @@ src_dir = ./Software
platform = espressif32
board = esp32dev
monitor_speed = 115200
monitor_filters = default, time, log2file
framework = arduino
build_flags = -I include
lib_deps =