mirror of
https://github.com/xoseperez/espurna.git
synced 2026-02-20 01:31:34 +01:00
Update CHANGELOG and README to 1.13.1
This commit is contained in:
24
CHANGELOG.md
24
CHANGELOG.md
@@ -3,6 +3,30 @@
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [1.13.1] 2018-07-10
|
||||
### Fixed
|
||||
- Build issues with Arduino IDE ([#975](https://github.com/xoseperez/espurna/issues/975))
|
||||
- Right web interface image for with RF Bridge
|
||||
- Full web interface image if light and sensor together ([#981](https://github.com/xoseperez/espurna/issues/981))
|
||||
- Some devices still not using DOUT flash mode
|
||||
- Crash on loading malformed configuration file
|
||||
- Mismatch between memory size and layout size for some boards (this might require reflashing)
|
||||
- Wrong settings report after factory reset
|
||||
- Memory leak in JustWifi library
|
||||
- New buttons not rendering right in Safari ([#1028](https://github.com/xoseperez/espurna/issues/1028))
|
||||
|
||||
### Added
|
||||
- Support for RFM69GW board (see http://tinkerman.cat/rfm69-wifi-gateway/)
|
||||
- Support for Sonoff IFAN02
|
||||
- Support for NTC sensors ([#1001](https://github.com/xoseperez/espurna/issues/1001))
|
||||
- Support for single-pin latched relays ([#1039](https://github.com/xoseperez/espurna/issues/1039))
|
||||
- Check binary flash mode in web upgrade
|
||||
- Sampling to AnalogSensor
|
||||
- Parallel builds in Travis (thanks to @lobradov)
|
||||
|
||||
### Changed
|
||||
- Reworked platformio.ini, build.sh files (thanks to @gn0st1c and @mcspr)
|
||||
|
||||
## [1.13.0] 2018-06-22
|
||||
### Fixed
|
||||
- Fixed PZEM004T compilation issues, working when using hardware serial ([#837](https://github.com/xoseperez/espurna/issues/837))
|
||||
|
||||
12
README.md
12
README.md
@@ -3,7 +3,7 @@
|
||||
ESPurna ("spark" in Catalan) is a custom firmware for ESP8285/ESP8266 based smart switches, lights and sensors.
|
||||
It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries.
|
||||
|
||||
[](CHANGELOG.md)
|
||||
[](CHANGELOG.md)
|
||||
[](https://github.com/xoseperez/espurna/tree/dev/)
|
||||
[](https://travis-ci.org/xoseperez/espurna)
|
||||
[](https://www.codacy.com/app/xoseperez/espurna/dashboard)
|
||||
@@ -41,6 +41,7 @@ It uses the Arduino Core for ESP8266 framework and a number of 3rd party librari
|
||||
* Support for **relay synchronization** (all equal, only one ON, one and only on ON)
|
||||
* Support for **MQTT groups** to sync switches between devices
|
||||
* Support for **delayed ON/OFF**
|
||||
* Support for **latched relays**
|
||||
* **MQTT** enabled
|
||||
* **SSL/TLS support** (not on regular builds, see [#64](https://github.com/xoseperez/espurna/issues/64))
|
||||
* Switch on/off and toggle relays, group topics (sync relays between different devices)
|
||||
@@ -70,6 +71,7 @@ It uses the Arduino Core for ESP8266 framework and a number of 3rd party librari
|
||||
* **DHT11 / DHT22 / DHT21 / AM2301 / Itead's SI7021**
|
||||
* **BMP280** and **BME280** temperature, humidity (BME280) and pressure sensor by Bosch
|
||||
* **TMP35** and **TMP36** analog temperature sensors
|
||||
* **NTC** temperature sensors
|
||||
* **SI7021** temperature and humidity sensor
|
||||
* **SHT3X** temperature and humidity sensor over I2C (Wemos shield)
|
||||
* **AM2320** temperature and humidity sensor over I2C
|
||||
@@ -206,8 +208,8 @@ Here is the list of supported hardware. For more information please refer to the
|
||||
|
||||
||||
|
||||
|---|---|---|
|
||||
||||
|
||||
|**Tinkerman ESPurna H**|||
|
||||
||||
|
||||
|**Tinkerman ESPurna H**|**Tinkerman RFM69GW**||
|
||||
||||
|
||||
|**Itead Sonoff RF Bridge**|**Itead Sonoff RF**|**Itead Sonoff 4CH**|
|
||||
||||
|
||||
@@ -256,8 +258,8 @@ Here is the list of supported hardware. For more information please refer to the
|
||||
|**Generic DHT11 v1.0**|**Generic DS18B20 v1.0**|**Bruno Horta's OnOfre**|
|
||||
||||
|
||||
|**Allnet ESP8266-UP-Relay**|**RH Electronics Geiger Counter**|**Luani HVIO**|
|
||||
||||
|
||||
|**Tonbux Mosquito Killer**||||
|
||||
||||
|
||||
|**Tonbux Mosquito Killer**|**Itead Sonoff IFAN02**|||
|
||||
|
||||
**Other supported boards (beta):**
|
||||
KMC 4 Outlet, Gosund WS1, Smart Dual Plug, MakerFocus Intelligent Module LM33 for Lamps
|
||||
|
||||
@@ -438,3 +438,8 @@
|
||||
#ifndef LIGHT_PROVIDER
|
||||
#define LIGHT_PROVIDER LIGHT_PROVIDER_NONE
|
||||
#endif
|
||||
|
||||
// App revision, populated by the build script
|
||||
#ifndef APP_REVISION
|
||||
#define APP_REVISION ""
|
||||
#endif
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
#define APP_NAME "ESPURNA"
|
||||
#define APP_VERSION "1.13.1a"
|
||||
|
||||
#ifndef APP_REVISION
|
||||
#define APP_REVISION ""
|
||||
#endif
|
||||
|
||||
#define APP_VERSION "1.13.1"
|
||||
#define APP_AUTHOR "xose.perez@gmail.com"
|
||||
#define APP_WEBSITE "http://tinkerman.cat"
|
||||
|
||||
#define CFG_VERSION 3
|
||||
|
||||
BIN
images/devices/itead-sonoff-ifan02.jpg
Normal file
BIN
images/devices/itead-sonoff-ifan02.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
images/devices/tinkerman-rfm69gw.jpg
Normal file
BIN
images/devices/tinkerman-rfm69gw.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Reference in New Issue
Block a user