Skip to content

0.3.5

Latest
Compare
Choose a tag to compare
@mr258876 mr258876 released this 14 Dec 14:06

对于ESP32,请参考 Readme 中的步骤刷入固件。
For ESP32, please refer to steps in Readme to flash.

对于nRF51,请使用openocd用以下命令刷入固件。
For nRF51, please use following command with openocd to flash.

openocd -f interface/stlink.cfg -f target/nrf51.cfg -c "init" -c "reset halt" -c "nrf51 mass_erase" -c "program Project-Orgel-nRF51.hex verify reset exit"

变更日志

  • 增加BPM微调
  • 将BPM蓝牙传输数据包字节长度更改为4字节
  • 默认启用BLE功能

Change Log

  • BPM Tweaks
  • Extend BPM status Bluetoth package to 4 bytes
  • Enables BLE on default

Full Changelog: 0.3.4...0.3.5