ohdarling88
ohdarling88
exe 其实也包含很多信息的,版本号、架构啥的应该都有了。
赞,这个特性已经合并到 daily 分支了吗?
赞,马上更新部署一下。
Also I saw the comment in the header of the example, and performed the erase_flash on ESP32.
Yes, I think the timeout is caused by the BLE server does not confirmed the connection. When I use internal BLE library, after setting ESP_GATT_AUTH_REQ_NO_MITM to characteristic, the BLE serve...
> @ohdarling how did you manage to get these NimBle logs ? Add build flags in platformio.ini: ``` build_flags = -DCONFIG_NIMBLE_CPP_LOG_LEVEL=5 -DCONFIG_BT_NIMBLE_LOG_LEVEL=0 ```
I tested in Arduino IDE with following settings:  It seems reset failed does not break the whole dfu progress:  But it reported a error after dfu finished. I...
> You didn't use the maple core with Arduino IDE while you use it for PIO. So use the correct core following this wiki: https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki/Installation Maple core was specified in...