Releases: thingsee/thingsee-sdk
master_20170404_2
Release of 04-Apr-2017
Changelog:
e647d50 Thingsee OS SDK update to version <2017-04-04>
Thingsee Engine FW fixes:
- sense_group_location: return from gps callback if engine state changes
Initial State connector:
- do not send separate latitude/longitude events if merge lat/lon mode is enabled
master_20170306_3
Release of 06-Mar-2017
Changelog:
a290daf ts_engine: sense_group_location: fixes for GPS event synchronization
55d244c Thingsee OS SDK update to version <2017-03-06>:
Thingsee Engine FW changes:
- Add SYSTEM.JSN configuration file for generic device settings
such as to control power-on and charging. - Fixes for GPS performance.
- Improved implementation of GPS power-save modes.
- Fix 'send logs' functionality with modem.
- Fixes for profiles that have same sensors used from parallel tasks.
- Bug-fixes for Thingsee Engine
- Increase debug-serial baudrate from 115200 to 2000000 (2M).
Initial State connector:
- Add epoch timestamp to events
- Add CLOUD.JSN configuration knob for merging GPS latitude
and longitude into single event
master_20161021_2
Release of 21-Oct-2016
Changelog:
a17c304 Thingsee OS SDK update to version <2016-10-21>
- Disable 'DFU mode' menu-item from Thingsee UI
- Disable USB-serial debugging in retail-dbg config (prevented USB mass-storage from working)
- Add 'retail-tls' and 'retail-tls-dbg' configs
dev_20161017_1
Development build from 17-Oct-2016.
Changelog:
bc74e1d Thingsee OS SDK update to version <2016-10-14>
- Add multi-connector support
- Add Meshblu Cloud connector
- Add Kii Cloud connector
- Add Initial State Cloud connector
- Update haltian-tsone default configurations
dev_20161003_1
dev_20151110_1
dev_20151026_1
dev_20151019_2
Development build from 19-Oct-2015.
Changelog:
a8efc0e netutils/ntpclient: check that system clock has not been altered during NTP update
6dd1687 netutils/cJSON: parser: use copysign to set number sign-bit
e03a3c9 apps/nshlib: nsh_fscmds: dynamic memory allocation for iobuffer when needed
3c90c37 haltian-tsone: nsh_romfsimg: make size variable constant
68aab86 apps/nshlib: nsh_fscmds: fix corrupting one memory byte with 'ls' and 'cp'
2f15cfb netutils/cJSON: allow old parsing behavior to be configured; to ignore missing null-terminator on input
dev_20151014_1
Development build from 14-Oct-2015.
Changelog:
2265a8b: ts_engine: use /bin/echo instead of shell echo (for -e)
dev_20151012_1
Development build from 12-Oct-2015.
Changelog:
62321f8 netutils/cJSON: make print numbers more accurate
38826d3 ts_engine: geofence: use 'double' instead of 'float' for geofence coordinates
ad5a00d netutils/json: fix no-argument function prototypes
bc0858a netutils/cJSON: remove old parsing and printing functionality, replaced by stream engine based string handling