Skip to content

V2.112

Pre-release
Pre-release
Compare
Choose a tag to compare
@Neutree Neutree released this 27 Jul 11:07
· 146 commits to master since this release

ATTENTION

You MUST update CSDTK if you want to use this version or you will fail to download firmware to A9/A9G board
download fail for CSDTK is too old

Baidu Cloud, Mega cloud, Direct link

Update

  • add AGPS support
  • fix gps reopen bug
  • add get call status api( cclc)
  • fix fs open file name bug: open fail if file name start with '/t'
  • optimize log(0) etc.
  • add audio play feature, e.g. play mp3 music
  • add amr record
  • fix ssl reconnect memory leak bug
  • add get signal quality api
  • update core from RDA

注意

用这个版本的SDK请务必更新CSDTK,主要是更新调试工具,否则将会出现下图的无法下载的情况
工具太旧无法下载

百度网盘, Mega 网盘, 直接链接

更新

  • 增加AGPS支持
  • 修复GPS重新打开失败的问题
  • 增加查询电话状态接口
  • 修复打开文件的时候文件名如果是/t开头就会打开失败的问题
  • 优化log(0)等函数
  • 增加音频播放功能,比如播放MP3音乐
  • 增加录音功能
  • 修复SSL在断开重连时内存泄漏的问题
  • 增加获得信号质量的接口(之前已经有的,不过是事件上报,这里是主动获取接口)
  • 更新RDA发布的若干更新