Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Oct 6, 2017
1 parent 1b3954d commit e1d0594
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.1] 2017-10-06
### Changed
- Reduced comm speed to 9600 bauds to get more reliable results

### Fixed
- Fixed color translation from RGB to long

## [1.1.0] 2017-10-01
Lots of changes from ESPurna

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Custom firmware for the Sonoff SC (both for the ATMega328P and the ESP8266).

**Current Release Version is 1.1.0**, read the [changelog](CHANGELOG.md).
**Current Release Version is 1.1.1**, read the [changelog](CHANGELOG.md).

## Features

Expand Down
2 changes: 1 addition & 1 deletion esp8266/sonoffsc/config/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define APP_NAME "SONOFFSC"
#define APP_VERSION "1.1.0"
#define APP_VERSION "1.1.1"
#define APP_AUTHOR "[email protected]"
#define APP_WEBSITE "http://tinkerman.cat"

0 comments on commit e1d0594

Please sign in to comment.