Browse Source

Update changelog

fastled 1.4.4
Xose Pérez 7 years ago
parent
commit
ff5ba3b0f5
2 changed files with 6 additions and 2 deletions
  1. +5
    -1
      CHANGELOG.md
  2. +1
    -1
      README.md

+ 5
- 1
CHANGELOG.md View File

@ -3,13 +3,17 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [1.4.4] 2017-01-13
### Added
- Adding current, voltage, apparent and reactive power reports to Sonoff POW (Web & MQTT)
### Fixed ### Fixed
- #35 Fixed frequent MQTT connection drops after WIFI reconnect - #35 Fixed frequent MQTT connection drops after WIFI reconnect
- Defer wifi disconnection from web interface to allow request to return - Defer wifi disconnection from web interface to allow request to return
### Changed ### Changed
- Move all Arduino IDE configuration values to their own file - Move all Arduino IDE configuration values to their own file
- Using latest HLW8012 library in interrupt mode
## [1.4.3] 2017-01-11 ## [1.4.3] 2017-01-11
### Fixed ### Fixed


+ 1
- 1
README.md View File

@ -4,7 +4,7 @@ ESPurna ("spark" in Catalan) is a custom firmware for ESP8266 based smart switch
It was originally developed with the **[IteadStudio Sonoff](https://www.itead.cc/sonoff-wifi-wireless-switch.html)** in mind but now it supports a growing number of ESP8266-based boards. It was originally developed with the **[IteadStudio Sonoff](https://www.itead.cc/sonoff-wifi-wireless-switch.html)** in mind but now it supports a growing number of ESP8266-based boards.
It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries. It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries.
**Current Release Version is 1.4.3**, read the [changelog](CHANGELOG.md).
**Current Release Version is 1.4.4**, read the [changelog](CHANGELOG.md).
## Features ## Features


Loading…
Cancel
Save