Skip to content

V2.108

Latest
Compare
Choose a tag to compare
@Neutree Neutree released this 29 Jun 06:53
· 181 commits to master since this release
  • Add LBS support
  • Add Gizwits support
  • Fix bug: get base station info frequently may lead to crash
  • Chage mqtt publish length limitation(from 256 to 4096)
  • add socket timeout support
  • fix API_EVENT_ID_SIGNAL_QUALITY spell error (from API_EVENT_ID_SINGNAL_QUALITY )
  • Function sprintf() sccanf() Trace() etc. add float support( %f )
  • add time() function

百度网盘下载: GPRS_C_SDK_V2108.7z

  • 增加基站定位(LBS)(通过基站信息获得经纬度)支持
  • 增加机智云支持
  • 修复频繁获取基站信息可能会导致死机的问题
  • 修改MQTT发送长度限制,(从256到4k)解决长数据发送失败的问题
  • 增加socket超时设置
  • 修复单词拼写错误(API_EVENT_ID_SIGNAL_QUALITY )
  • 增加对sprintf、sccanf、Trace等函数的浮点数支持(%f)
  • 增加时间获取标准函数time()