mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
Merge pull request #251 from kukumagi/feature/platformio-logs
Add platformio serial logging
This commit is contained in:
commit
5a5cfc433b
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -13,4 +13,5 @@
|
|||
.piolibdeps
|
||||
.clang_complete
|
||||
.gcc-flags.json
|
||||
.pio
|
||||
.pio
|
||||
logs
|
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue