remove usb-serial id

s-hadinger 2019-09-25 17:26:05 +02:00
parent 0c6cd6742d
commit 65a5ec4e6c
1 changed files with 1 additions and 1 deletions

@ -117,7 +117,7 @@ The CC2530 requires `Z-Stack_Home_1.2`, of type `Default` (not `Source Routing`)
_Flashing the CC2530 **takes about 30 minutes**_
```
python Python/cc_write_flash.py -e -p /dev/cu.usbserial-1420 -i Bin/CC2530_DEFAULT_20190608_CC2530ZNP-Prod.hex
python Python/cc_write_flash.py -e -p /dev/cu.usbserial-xxx -i Bin/CC2530_DEFAULT_20190608_CC2530ZNP-Prod.hex
```
```