PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
prefs set client.timeout --help


Set persistent preference of client communication timeout

usage:
    prefs set client.timeout [-m <ms>]

options:
    -h, --help                     This help
    -m, --ms <ms>                  timeout in micro seconds

examples/notes:
    prefs set client.timeout --ms 0          -> unsets any timeout
    prefs set client.timeout -m 20           -> Set the timeout to 20ms
    prefs set client.timeout --ms 500        -> Set the timeout to 500ms