Skip to content

Commit

Permalink
Revert "Merge branch 'release-6.2' into development"
Browse files Browse the repository at this point in the history
This reverts commit 433dc8d, reversing
changes made to 6c61cde.
  • Loading branch information
arendst committed Aug 28, 2018
1 parent 433dc8d commit 19a8113
Show file tree
Hide file tree
Showing 198 changed files with 68,886 additions and 2 deletions.
2,489 changes: 2,489 additions & 0 deletions Doxyfile

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -12,7 +12,10 @@ If you like **Sonoff-Tasmota**, give it a star, or fork it and contribute!
[![GitHub forks](https://img.shields.io/github/forks/arendst/Sonoff-Tasmota.svg?style=social&label=Fork)](https://github.com/arendst/Sonoff-Tasmota/network)
[![donate](https://img.shields.io/badge/donate-PayPal-blue.svg)](https://paypal.me/tasmota)

See [RELEASENOTES.md](https://github.com/arendst/Sonoff-Tasmota/blob/master/RELEASENOTES.md) for release and change information.
### Development
[![Build Status](https://img.shields.io/travis/arendst/Sonoff-Tasmota.svg)](https://travis-ci.org/arendst/Sonoff-Tasmota)

Current version is **6.1.1.x** - See [RELEASENOTES.md](https://github.com/arendst/Sonoff-Tasmota/blob/development/RELEASENOTES.md) for release information and [sonoff/_changelog.ino](https://github.com/arendst/Sonoff-Tasmota/blob/development/sonoff/_changelog.ino) for change information.

### Disclaimer
:warning: **DANGER OF ELECTROCUTION** :warning:
Expand Down
6 changes: 6 additions & 0 deletions lib/Adafruit-GFX-Library-1.2.9/.gitignore
@@ -0,0 +1,6 @@
default.vim
fontconvert/fontconvert
# Our handy .gitignore for automation ease
Doxyfile*
doxygen_sqlite3.db
html
27 changes: 27 additions & 0 deletions lib/Adafruit-GFX-Library-1.2.9/.travis.yml
@@ -0,0 +1,27 @@
language: c
sudo: false
cache:
directories:
- ~/arduino_ide
- ~/.arduino15/packages/
git:
depth: false
quiet: true
env:
global:
- ARDUINO_IDE_VERSION="1.8.5"
- PRETTYNAME="Adafruit GFX Library"

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)

install:
- arduino --install-library "Adafruit ILI9341"

script:
- build_main_platforms

# Generate and deploy documentation
after_success:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)

0 comments on commit 19a8113

Please sign in to comment.