Skip to content

v0.19.2: Decreased Data Consumption

Compare
Choose a tag to compare
@SRGDamia1 SRGDamia1 released this 23 Dec 00:36
· 1654 commits to master since this release
11eaa52

New Features:

  • Added ThingSpeak support via MQTT (PubSubClient is now a required dependency)
  • Added support for TI INA219 thanks to @neilh21 (Adafruit INA219 library is now a required dependency)

Improvements:

  • Reduced telemetry data consumption (by half in one test) and therefore overall power use, by creating an outgoing text buffer.
    • Note : the default buffer size is quite large, decrease it to decrease program memory size.
  • Refactored data publishers as a new class rather than subclasses of loggers