diff --git a/owntech/pio_extra.ini b/owntech/pio_extra.ini index 3b709e6..10eb50d 100644 --- a/owntech/pio_extra.ini +++ b/owntech/pio_extra.ini @@ -43,6 +43,8 @@ extends = bootloader # Pass the environment name to CMakeLists.txt in order to find any lib.conf board_build.zephyr.cmake_extra_args = -DBUILD_ENV_NAME=STLink +monitor_filters = recorded_datas + upload_protocol = stlink debug_tool = custom debug_server = @@ -77,6 +79,8 @@ extra_scripts = pre:owntech/scripts/pre_expert_mode.py pre:owntech/scripts/pre_stlink.py pre:owntech/scripts/pre_version.py + pre:owntech/scripts/plot/pre_plot_records.py + ###