So I was working with a small ATtiny85 project this morning and when I went to program the chip, I saw the following:
norman@hubble:$ pio run -t program
Processing attiny85 (platform: atmelavr; board: attiny85)
--------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
...
Building in release mode
Error: The `program` target is deprecated. To use a programmer for uploading firmware specify custom `upload_command`.
More information: https://docs.platformio.org/en/latest/platforms/atmelavr.html#upload-using-programmer
This is a great change as it means that there is no need to remember (and that’s getting difficult at my age!) two commands when one will do!
Thanks to whoever decided this was a good idea - you were right!