I just noticed this in a build:
Environment Status Duration
------------- -------- -------------
basic SUCCESS 00:00:01.202
blink SUCCESS 00:00:01.008
bench SUCCESS 00:00:01.001
pubsub SUCCESS 00:00:00.1000
send SUCCESS 00:00:01.001
recv SUCCESS 00:00:01.003
i2c SUCCESS 00:00:01.029
f413z SUCCESS 00:00:01.051
f723d SUCCESS 00:00:01.079
h743i SUCCESS 00:00:01.338
=========================== 10 succeeded [...]
The build duration reported for pubsub seems off, it probably should have been 00:00:01.000.
This was with PIO 6.1.19, MacOS 26.4, Python 3.14.3 - not reproducible, perhaps a rounding logic error.
I just noticed this in a build:
The build duration reported for
pubsubseems off, it probably should have been00:00:01.000.This was with PIO 6.1.19, MacOS 26.4, Python 3.14.3 - not reproducible, perhaps a rounding logic error.