Change baudrate in Unity test framework

Is it possible to change the baudrate for the Unity framework?

For example: the bootloader’s baudrate of esp8266 is 74880 so by default I monitor by this baudrate. The unity framework however uses 115200 and I can’t seem to find where I can change this.

It’s for use in remote testing.

(RPI runnign pio agent with esp connected)

Nevermind, found it in the docs.

https://docs.platformio.org/en/latest/projectconf/section_env_test.html

1 Like