Open JianwenLi-GS opened 3 years ago
Hi @JianwenLi-GS
You can disable this behavior by changing configs/bt_config.json
and set "SerialAutoDiscovery"
property to false
Hi @JianwenLi-GS
You can disable this behavior by changing
configs/bt_config.json
and set"SerialAutoDiscovery"
property to false
It works, Thanks
Hi Matheus,
i got same issue and disable this behavior as you suggested, to change the property of "serialAutoDiscovery" to false.
But for my case, it was not working, and it shown the "module section" were okay,
failed on the ESP32BT, which can't be detected. I have no idea where is going wrong, as it was okay at initial scanning and launching. At least, i got one successful trial before
[Modules] 23/23 Modules Compiled / Loaded [Modules] au_rand_flooding configured and ready! [ESP32BT] HCI Bridge ON: /dev/pts/1 [ESP32BT] Firmware version not detected Serial port could not open. [Monitor] Disabled [ESP32BT] Firmware version not detected [ESP32BT] Firmware version not detected [ESP32BT] Firmware version not detected [ESP32BT] Firmware version not detected
the bin/bt_exploiter still try to probe ttyUSB0/1/2, even the ttyUSB3 has been specified by '--host-port' arg.