How can i use a assign tool-chain

i update tool-chain to the lastest version
the openocd does not work correct
but my openocd is work correct, it’s version is 0.11.0 (2021-07-29)
pio installed version is 0.11.0+dev (2021-10-16-21:19)
so i want change the pio installed openocd to my version

If you have specific working binaries, just copy them into PlatformIO’s folder in <home directory>/.platformio/packages/tool-openocd. (Or tool-openocd-esp32 if it is the ESP32 version).

Also open an issue in the corresponding platform that you’re using and decsribe what “openocd does not work correct” means exactly there (e.g. in GitHub - platformio/platform-espressif32: Espressif 32: development platform for PlatformIO).