Hmm… I’ve just working on it…
In fact when I work with platformio.ini it works…
To build:
pio run -e fujinet_v1
To upload and monitor:
pio run -t upload -t monitor -e fujinet_v1
and now it works…
I try to understand how it works… Maybe during compilation is also important to have such flag to debug in future.