Arduino - Set Autorun Post-upload monitor @ 115200 baud

Currently after uploading successfully to Arduino *, we automatically open a window and run:

pio -f -c atom serialports monitor --port /dev/myserial.tty

This is wonderful, but it seems the default for the autorun is locked to 9600 baud.

How can I pass “-b 115200” as an argument to the default autorun command?

Hm… It should remember the speed. Did you use Menu: PlatformIO > Serial Monitor?