mirror of https://github.com/arendst/Tasmota.git
parent
ea53e930e1
commit
d9af68d72c
|
@ -12,10 +12,7 @@ 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)
|
[![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)
|
[![donate](https://img.shields.io/badge/donate-PayPal-blue.svg)](https://paypal.me/tasmota)
|
||||||
|
|
||||||
### Development
|
See [sonoff/_changelog.ino](https://github.com/arendst/Sonoff-Tasmota/blob/master/sonoff/_changelog.ino) for change information.
|
||||||
[![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 [sonoff/_releasenotes.ino](https://github.com/arendst/Sonoff-Tasmota/blob/development/sonoff/_releasenotes.ino) for release information and [sonoff/_changelog.ino](https://github.com/arendst/Sonoff-Tasmota/blob/development/sonoff/_changelog.ino) for change information.
|
|
||||||
|
|
||||||
### Disclaimer
|
### Disclaimer
|
||||||
:warning: **DANGER OF ELECTROCUTION** :warning:
|
:warning: **DANGER OF ELECTROCUTION** :warning:
|
||||||
|
@ -188,6 +185,7 @@ You can contribute to Sonoff-Tasmota by
|
||||||
#### Libraries Used
|
#### Libraries Used
|
||||||
Libraries used with Sonoff-Tasmota are:
|
Libraries used with Sonoff-Tasmota are:
|
||||||
- [ESP8266 core for Arduino](https://github.com/esp8266/Arduino)
|
- [ESP8266 core for Arduino](https://github.com/esp8266/Arduino)
|
||||||
|
- [Adafruit CCS811](https://github.com/adafruit/Adafruit_CCS811)
|
||||||
- [Adafruit SGP30](https://github.com/adafruit/Adafruit_SGP30)
|
- [Adafruit SGP30](https://github.com/adafruit/Adafruit_SGP30)
|
||||||
- [ArduinoJson](https://arduinojson.org/)
|
- [ArduinoJson](https://arduinojson.org/)
|
||||||
- [Bosch BME680](https://github.com/BoschSensortec/BME680_driver)
|
- [Bosch BME680](https://github.com/BoschSensortec/BME680_driver)
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
SCRIPTPATH="$(readlink -f "$0")"
|
|
||||||
SCRIPTPATH="${SCRIPTPATH%/*}"
|
|
||||||
|
|
||||||
rm -rf "$SCRIPTPATH/html"
|
|
||||||
echo -e "\n\n\n\n"
|
|
||||||
#cd "$SCRIPTPATH/" && doxygen && git add $DOCDIR && git commit -a -m "Documentation update."
|
|
||||||
cd "$SCRIPTPATH/" && doxygen
|
|
Loading…
Reference in New Issue