forgot the 'r' change became long param '--r0'

This commit is contained in:
iceman1001 2021-01-20 12:22:52 +01:00
commit abb0d1c437
2 changed files with 8 additions and 8 deletions

View file

@ -82,10 +82,10 @@ function main(args)
-- T55x7 Device configuration
print('Configure T55XX device side to match RDV4')
print(dash)
core.console('lf t55xx deviceconfig -r 0 -a 29 -b 17 -c 15 -d 47 -e 15 -p')
core.console('lf t55xx deviceconfig -r 1 -a 29 -b 17 -c 18 -d 50 -e 15 -p')
core.console('lf t55xx deviceconfig -r 2 -a 29 -b 17 -c 18 -d 40 -e 15 -p')
core.console('lf t55xx deviceconfig -r 3 -a 29 -b 17 -c 15 -d 31 -e 15 -f 47 -g 63 -p')
core.console('lf t55xx deviceconfig --r0 -a 29 -b 17 -c 15 -d 47 -e 15 -p')
core.console('lf t55xx deviceconfig --r1 -a 29 -b 17 -c 18 -d 50 -e 15 -p')
core.console('lf t55xx deviceconfig --r2 -a 29 -b 17 -c 18 -d 40 -e 15 -p')
core.console('lf t55xx deviceconfig --r3 -a 29 -b 17 -c 15 -d 31 -e 15 -f 47 -g 63 -p')
print('')
print('')