原链接:
http://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/314089
记事本打开C:\Program Files\Texas Instruments\BLE-CC254x-1.4.0\Projects\ble\common\cc2540\cc254x_ubl_pp.bat
修改成:
@echo off
%~d1
chdir %1\..\..\common\cc2540
start cc254x_ubl_pp.js %2 %3 %4 %5
亲测可以解决问题。
Yvan