Browse Source

Version and year bump

fastled 1.4.3
Xose Pérez 7 years ago
parent
commit
ff81326846
21 changed files with 28 additions and 21 deletions
  1. +7
    -0
      CHANGELOG.md
  2. +2
    -2
      README.md
  3. +1
    -1
      code/espurna/button.ino
  4. +1
    -1
      code/espurna/config/version.h
  5. +1
    -1
      code/espurna/dht.ino
  6. +1
    -1
      code/espurna/domoticz.ino
  7. +1
    -1
      code/espurna/ds18b20.ino
  8. +1
    -1
      code/espurna/emon.ino
  9. +1
    -1
      code/espurna/espurna.ino
  10. +1
    -1
      code/espurna/fauxmo.ino
  11. +1
    -1
      code/espurna/led.ino
  12. +1
    -1
      code/espurna/mqtt.ino
  13. +1
    -1
      code/espurna/nofuss.ino
  14. +1
    -1
      code/espurna/ntp.ino
  15. +1
    -1
      code/espurna/ota.ino
  16. +1
    -1
      code/espurna/pow.ino
  17. +1
    -1
      code/espurna/relay.ino
  18. +1
    -1
      code/espurna/rf.ino
  19. +1
    -1
      code/espurna/settings.ino
  20. +1
    -1
      code/espurna/web.ino
  21. +1
    -1
      code/espurna/wifi.ino

+ 7
- 0
CHANGELOG.md View File

@ -3,7 +3,14 @@
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/).
## [1.4.3] 2017-01-11
### Fixed
- #6 Using forked Time library to prevent conflict with Arduino Core for ESP8266 time.h file in windows machines
## [1.4.2] 2017-01-09 ## [1.4.2] 2017-01-09
### Added
- Support for inverse logic relays
### Fixed ### Fixed
- Fixed error in relay identification from MQTT messages (issue #31) - Fixed error in relay identification from MQTT messages (issue #31)


+ 2
- 2
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.2**, read the [changelog](CHANGELOG.md).
**Current Release Version is 1.4.3**, read the [changelog](CHANGELOG.md).
## Features ## Features
@ -48,7 +48,7 @@ For more information please refer to the [ESPurna Wiki](https://bitbucket.org/xo
## License ## License
Copyright (C) 2016 by Xose Pérez (@xoseperez)
Copyright (C) 2016-2017 by Xose Pérez (@xoseperez)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
code/espurna/button.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
BUTTON MODULE BUTTON MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/config/version.h View File

@ -1,4 +1,4 @@
#define APP_NAME "ESPurna" #define APP_NAME "ESPurna"
#define APP_VERSION "1.4.2"
#define APP_VERSION "1.4.3"
#define APP_AUTHOR "xose.perez@gmail.com" #define APP_AUTHOR "xose.perez@gmail.com"
#define APP_WEBSITE "http://tinkerman.cat" #define APP_WEBSITE "http://tinkerman.cat"

+ 1
- 1
code/espurna/dht.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
DHT MODULE DHT MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/domoticz.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
DOMOTICZ MODULE DOMOTICZ MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/ds18b20.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
SD18B20 MODULE SD18B20 MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/emon.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
EMON MODULE EMON MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/espurna.ino View File

@ -1,7 +1,7 @@
/* /*
ESPurna ESPurna
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
code/espurna/fauxmo.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
DHT MODULE DHT MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/led.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
LED MODULE LED MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/mqtt.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
MQTT MODULE MQTT MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/nofuss.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
NOFUSS MODULE NOFUSS MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/ntp.ino View File

@ -3,7 +3,7 @@
ESPURNA ESPURNA
NTP MODULE NTP MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/ota.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
OTA MODULE OTA MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/pow.ino View File

@ -4,7 +4,7 @@ ESPurna
POW MODULE POW MODULE
Support for Sonoff POW HLW8012-based power monitor Support for Sonoff POW HLW8012-based power monitor
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/relay.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
RELAY MODULE RELAY MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/rf.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
RF MODULE RF MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/settings.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
SETTINGS MODULE SETTINGS MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/web.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
WEBSERVER MODULE WEBSERVER MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


+ 1
- 1
code/espurna/wifi.ino View File

@ -3,7 +3,7 @@
ESPurna ESPurna
WIFI MODULE WIFI MODULE
Copyright (C) 2016 by Xose Pérez <xose dot perez at gmail dot com>
Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/ */


Loading…
Cancel
Save