mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Prep for release 7.1
This commit is contained in:
parent
2bece03a18
commit
02e938fc18
25
README.md
25
README.md
@ -20,7 +20,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases
|
|||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
[](https://github.com/arendst/Tasmota)
|
[](https://github.com/arendst/Tasmota)
|
||||||
[](http://thehackbox.org/tasmota/)
|
[](http://thehackbox.org/tasmota/)
|
||||||
[](https://travis-ci.org/arendst/Tasmota)
|
[](https://travis-ci.org/arendst/Tasmota)
|
||||||
|
|
||||||
@ -74,9 +74,26 @@ See [wiki migration path](https://tasmota.github.io/docs/#/Upgrading?id=migratio
|
|||||||
|
|
||||||
For a database of supported devices see [Tasmota Device Templates Repository](https://blakadder.github.io/templates)
|
For a database of supported devices see [Tasmota Device Templates Repository](https://blakadder.github.io/templates)
|
||||||
|
|
||||||
See [Wiki](https://tasmota.github.io/docs) for use instructions and how-to's.
|
If you're looking for support on **Tasmota** there are some options available:
|
||||||
See [Community](https://groups.google.com/d/forum/sonoffusers) for forum.
|
|
||||||
Visit [Discord Chat](https://discord.gg/Ks2Kzd4) for discussions and troubleshooting.
|
### Documentation:
|
||||||
|
|
||||||
|
* [Documentation Site](https://tasmota.github.io/docs): For information on how to flash Tasmota, configure, use and expand it
|
||||||
|
* [FAQ and Troubleshooting](https://tasmota.github.io/docs/#/help/): For information on common problems and solutions.
|
||||||
|
* [Commands Information](https://tasmota.github.io/docs/#/Commands): For information on all the commands supported by Tasmota.
|
||||||
|
|
||||||
|
### Support's Community:
|
||||||
|
|
||||||
|
* [Tasmota Forum](https://groups.google.com/d/forum/sonoffusers): For usage and discussions.
|
||||||
|
* [Tasmota Support Chat](https://discord.gg/Ks2Kzd4): For support, troubleshooting and general questions. You have better chances to get fast answers from members of the Tasmota Community.
|
||||||
|
* [Search in Issues](https://github.com/arendst/Tasmota/issues): You might find an answer to your question by searching current or closed issues.
|
||||||
|
|
||||||
|
### Developers' Community:
|
||||||
|
|
||||||
|
* [Bug Report](https://github.com/arendst/Tasmota/issues/new?template=Bug_report.md): For reporting Bugs of Tasmota Software.
|
||||||
|
* [Feature Request](https://github.com/arendst/Tasmota/issues/new?template=Feature_request.md): For requesting features/functions to Tasmota Software.
|
||||||
|
* [Troubleshooting](https://github.com/arendst/Tasmota/issues/new?template=Custom.md): As a last resort, you can open new *Troubleshooting* issue on GitHub if the solution could not be found using the other channels. Just remember: the more info you provide the more chances you'll have to get an accurate answer.
|
||||||
|
* [Issue a question](https://github.com/arendst/Tasmota/issues/new/choose): As a last resort, you can open a new *Question* issue on GitHub if the answer could not be found using the other channels. Just remember: the more info you provide the more chances you'll have to get an accurate answer.
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
|
24
SUPPORT.md
24
SUPPORT.md
@ -1,24 +0,0 @@
|
|||||||
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" style="margin:5px;float:right;width:50"></img>
|
|
||||||
|
|
||||||
# Support
|
|
||||||
|
|
||||||
If you're looking for support on **Tasmota** there are some options available:
|
|
||||||
|
|
||||||
## Documentation:
|
|
||||||
|
|
||||||
* [Documentation Site](https://tasmota.github.io/docs): For information on how to flash Tasmota, configure, use and expand it
|
|
||||||
* [FAQ and Troubleshooting](https://tasmota.github.io/docs/#/help/): For information on common problems and solutions.
|
|
||||||
* [Commands Information](https://tasmota.github.io/docs/#/Commands): For information on all the commands supported by Tasmota.
|
|
||||||
|
|
||||||
## Support's Community:
|
|
||||||
|
|
||||||
* [Tasmota Forum](https://groups.google.com/d/forum/sonoffusers): For usage and discussions.
|
|
||||||
* [Tasmota Support Chat](https://discord.gg/Ks2Kzd4): For support, troubleshooting and general questions. You have better chances to get fast answers from members of the Tasmota Community.
|
|
||||||
* [Search in Issues](https://github.com/arendst/Tasmota/issues): You might find an answer to your question by searching current or closed issues.
|
|
||||||
|
|
||||||
## Developers' Community:
|
|
||||||
|
|
||||||
* [Bug Report](https://github.com/arendst/Tasmota/issues/new?template=Bug_report.md): For reporting Bugs of Tasmota Software.
|
|
||||||
* [Feature Request](https://github.com/arendst/Tasmota/issues/new?template=Feature_request.md): For requesting features/functions to Tasmota Software.
|
|
||||||
* [Troubleshooting](https://github.com/arendst/Tasmota/issues/new?template=Custom.md): As a last resort, you can open new *Troubleshooting* issue on GitHub if the solution could not be found using the other channels. Just remember: the more info you provide the more chances you'll have to get an accurate answer.
|
|
||||||
* [Issue a question](https://github.com/arendst/Tasmota/issues/new/choose): As a last resort, you can open a new *Question* issue on GitHub if the answer could not be found using the other channels. Just remember: the more info you provide the more chances you'll have to get an accurate answer.
|
|
@ -1,9 +1,9 @@
|
|||||||
; *** Example PlatformIO Project Configuration Override File ***
|
; *** Example PlatformIO Project Configuration Override File ***
|
||||||
; *** Changes done here overrides settings in platformio.ini ***
|
; *** Changes done here override settings in platformio.ini ***
|
||||||
;
|
;
|
||||||
; ****************************************************************
|
; *****************************************************************
|
||||||
; *** to activate rename this fie to platformio_override.ini ***
|
; *** to activate rename this file to platformio_override.ini ***
|
||||||
; ****************************************************************
|
; *****************************************************************
|
||||||
;
|
;
|
||||||
; Please visit documentation for the options and examples
|
; Please visit documentation for the options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/en/stable/projectconf.html
|
||||||
@ -13,7 +13,7 @@
|
|||||||
[platformio]
|
[platformio]
|
||||||
|
|
||||||
; *** Build/upload environment
|
; *** Build/upload environment
|
||||||
default_envs =
|
default_envs =
|
||||||
; *** Uncomment the line(s) below to select version(s)
|
; *** Uncomment the line(s) below to select version(s)
|
||||||
tasmota
|
tasmota
|
||||||
; tasmota-debug
|
; tasmota-debug
|
||||||
@ -29,7 +29,7 @@ default_envs =
|
|||||||
[common]
|
[common]
|
||||||
platform = ${core_active.platform}
|
platform = ${core_active.platform}
|
||||||
build_flags = ${core_active.build_flags}
|
build_flags = ${core_active.build_flags}
|
||||||
; *** Use settings from file user_config_override.h
|
; *** Use settings from file user_config_override.h
|
||||||
-DUSE_CONFIG_OVERRIDE
|
-DUSE_CONFIG_OVERRIDE
|
||||||
|
|
||||||
; *** Optional Firmware configurations
|
; *** Optional Firmware configurations
|
||||||
@ -57,7 +57,7 @@ extra_scripts = ${scripts_defaults.extra_scripts}
|
|||||||
|
|
||||||
; *** Upload file to OTA server using SCP
|
; *** Upload file to OTA server using SCP
|
||||||
;upload_port = user@host:/path
|
;upload_port = user@host:/path
|
||||||
;extra_scripts = ${scripts_defaults.extra_scripts}
|
;extra_scripts = ${scripts_defaults.extra_scripts}
|
||||||
; pio/strip-floats.py, pio/sftp-uploader.py
|
; pio/strip-floats.py, pio/sftp-uploader.py
|
||||||
|
|
||||||
; *** Upload file to OTA server in folder api/arduino using HTTP
|
; *** Upload file to OTA server in folder api/arduino using HTTP
|
||||||
@ -178,7 +178,7 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||||||
; NONOSDK22x_191024
|
; NONOSDK22x_191024
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191024
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191024
|
||||||
; NONOSDK22x_191105
|
; NONOSDK22x_191105
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191105
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191105
|
||||||
; NONOSDK3V0 (known issues)
|
; NONOSDK3V0 (known issues)
|
||||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK3
|
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK3
|
||||||
; lwIP 1.4
|
; lwIP 1.4
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
## Unreleased (development)
|
## Unreleased (development)
|
||||||
|
|
||||||
|
|
||||||
|
## Released
|
||||||
|
|
||||||
|
### 7.1.0 20191129
|
||||||
|
|
||||||
|
- Release
|
||||||
|
|
||||||
### 7.0.0.6 20191122
|
### 7.0.0.6 20191122
|
||||||
|
|
||||||
- Add colorpicker to WebUI by Christian Staars (#6984)
|
- Add colorpicker to WebUI by Christian Staars (#6984)
|
||||||
@ -65,8 +72,6 @@
|
|||||||
- Add support for Tuya battery powered devices (#6735)
|
- Add support for Tuya battery powered devices (#6735)
|
||||||
- Change repository name from Sonoff-Tasmota to Tasmota and all code references from Sonoff to Tasmota
|
- Change repository name from Sonoff-Tasmota to Tasmota and all code references from Sonoff to Tasmota
|
||||||
|
|
||||||
## Released
|
|
||||||
|
|
||||||
### 6.7.1 20191026
|
### 6.7.1 20191026
|
||||||
|
|
||||||
- Release
|
- Release
|
||||||
|
@ -20,6 +20,6 @@
|
|||||||
#ifndef _TASMOTA_VERSION_H_
|
#ifndef _TASMOTA_VERSION_H_
|
||||||
#define _TASMOTA_VERSION_H_
|
#define _TASMOTA_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x07000006;
|
const uint32_t VERSION = 0x07010000;
|
||||||
|
|
||||||
#endif // _TASMOTA_VERSION_H_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user