Skip to content

v0.2.2 QOS Updates

Compare
Choose a tag to compare
@theelims theelims released this 08 Oct 10:48
· 185 commits to main since this release
c90a429

Added

  • Status reports reset-reason & uptime.
  • AnalyticsService to draw graphs about heap usage and other time dependent values
  • Added ping to WebSocket Server
  • Use telemetry store with RSSI messages to gauge health of connection. Automatic reconnect for SSE and WS.
  • Added user supplied features to FeatureService
  • Compiler flag to let it serve the config JSONs for debug purposes
  • Hard fork of ESPAsyncWebserver as it is unmaintained to fix bugs and add features

Changed

  • Changed JSON format for websocket server and removed "payload" property. JSON is the same as for MQTT or HTTP now.
  • Changed features.ini to default FT_SLEEP=0
  • Updated dependencies to latest version.