mobier
mobier
The mac address type set in this way is `random`, I want the type to be public, I use `NimBLEDevice::setOwnAddrType(BLE_OWN_ADDR_PUBLIC); `or `NimBLEDevice::setOwnAddrType(BLE_OWN_ADDR_RPA_PUBLIC_DEFAULT);` The program does not work properly.
The mac address set by `esp_base_mac_addr_set` is public, but this API has a limitation (least significant bit of first byte must be zero)
I found a solution 1.esp_base_mac_addr_set lsb must be zero limit Remove the relevant check in `esp-idf/components/esp_hw_support/mac_addr.c` ````C++ if (mac[0] & 0x01) { ESP_LOGE(TAG, "Base MAC must be a unicast MAC");...
I tried and found that it couldn't work. Maybe the serial port chip on NodeMCU is CP2102, and the maximum baud rate of the chip is 3M
有可能是selenium没跑起来,把目录下的youtube_speed.py display = Display(visible=0, size=(800, 600)) display.start() 这两行注释掉看看浏览器能不能跑起来
直接点击吗?我这边可以运行。你试试Shift+右键打开命令行用python执行。
@Justsoos @chenshaoju 看到你们提的issues发现你们好像一直在找一款这样的工具 https://github.com/mobier/shadowsocksr-speed 
可以去掉CAN功能以便支持Linux吗?