Skip to content

Version 3.4.0

Latest

Choose a tag to compare

@mairas mairas released this 03 Jun 18:07
62c901d

Features

  • SKWSClient::get_auth_token() accessor for the Signal K WebSocket auth token.

Fixes

  • Preserve user-configured hostname across reboots.
  • Log the device IP address on network connect, restoring v2 behavior (#958).
  • Clear Token button now actually clears the token, with saving-state feedback.
  • StreamLineProducer internal emit() correctness fix (public ValueProducer<String> contract unchanged).
  • Remove esp_websocket_client from library.json.

Dependencies

  • Require ReactESP ^3.3.1. ReactESP 3.3.0 broke compilation under the C++14 Arduino-Espressif toolchain; 3.3.1 backported the fix. This raises the floor past the broken 3.3.0 and aligns platformio.ini / library.json.

Docs

  • New v3 concepts overview, builder reference, and transforms documentation.
  • Consolidated migration content; corrected deprecated API names, typos, and broken links.
  • Web UI screenshots and animated LED blink-pattern GIFs.
  • Added SensESP BLE Gateway and N2K Gateway to additional resources.