Skip to content

Releases: SignalK/SensESP

Version 1.0.0

17 Dec 00:44
ca6eaa9
Compare
Choose a tag to compare

First code complete set of SensESP v1.0

New features include:

  • Support for Signal K metadata. SensESP can now provide information such as units, names, and description of the paths it is producing values for.
  • Support for both incoming and outgoing Signal K PUT requests (can both control other devices and receive commands)
  • A new LambdaConsumer for creating low-overhead consumer classes
  • System status producer for implementing better status displays
  • Support for button UIs with debouncing and double/long click detection
  • Support for smart switches (networked remote controlled switches)
  • Support for RGB leds
  • Improvements in how the software is configured and initialized
  • Awesome new interactive Doxygen class documentation

Version 0.5.1

04 Nov 09:39
f2c7db4
Compare
Choose a tag to compare

A hotfix release to fix the version number in the Doxygen-generated documentation. No functional changes, but also updated the example platformio.ini file and the release instructions.

Version 0.5.0

03 Nov 15:42
Compare
Choose a tag to compare

All new code features since 0.4.3.

Version 0.4.3

28 Oct 19:47
44977a8
Compare
Choose a tag to compare
Merge pull request #69 from joelkoz/release-0.4.3

Release 0.4.3

0.4.2

26 Jun 18:31
3977d2c
Compare
Choose a tag to compare

This version adds some minor transforms. Additionally, a major terminology cleanup has been done. The thingamajigs that measure physical signals are called sensors. The sensor outputs are modified by transforms and then sent to the SK server using an SKOutput. The whole physical clump of wires and bits of PCB is called an "ESP device".

GPS compass functionality has been sufficiently fixed to work. The device also no longer forgets its Wifi configuration if it isn't able to connect to the server. Oops.

Version 0.4.1

14 Jun 22:41
1247d21
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

Fixed a bug in signalk output introduced in 0.4.0

Version 0.4.0

14 Jun 18:04
d75e60f
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

Refactored framework - New SKOutput classes allow for explicit connection to signal k outputs. Transforms no longer have sk_path on their own.

Version 0.3.0

07 Jun 21:59
4d03e18
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Adds a new web UI to easily configure sensor values

v0.2.0

29 May 21:38
88e0c4e
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Includes improvements to the API as well as basic documentation generated with Doxygen