mirror of https://github.com/arendst/Tasmota.git
parent
3041367a36
commit
fcb6f67dc5
|
@ -1,6 +1,5 @@
|
||||||
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" alt="Logo" align="right" height="76"/>
|
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" alt="Logo" align="right" height="76"/>
|
||||||
|
|
||||||
**Any contribution helps our team and makes Tasmota better for the entire community!**
|
**Any contribution helps our team and makes Tasmota better for the entire community!**
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" alt="Logo" align="right" height="76"/>
|
|
||||||
|
|
||||||
# Reference
|
# Reference
|
||||||
|
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" alt="Logo" align="right" height="76"/>
|
||||||
|
|
||||||
Tasmota backgound information.
|
Tasmota backgound information.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" alt="Logo" align="right" height="76"/>
|
|
||||||
|
|
||||||
# RELEASE NOTES
|
# RELEASE NOTES
|
||||||
|
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" alt="Logo" align="right" height="76"/>
|
||||||
|
|
||||||
## Migration Information
|
## Migration Information
|
||||||
See [wiki migration path](https://github.com/arendst/Sonoff-Tasmota/wiki/Upgrade#migration-path) for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:
|
See [wiki migration path](https://github.com/arendst/Sonoff-Tasmota/wiki/Upgrade#migration-path) for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" alt="Logo" align="right" height="76"/>
|
|
||||||
|
|
||||||
# Support
|
# Support
|
||||||
|
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" alt="Logo" align="right" height="76"/>
|
||||||
|
|
||||||
If you're looking for support on **Sonoff-Tasmota** there are some options available:
|
If you're looking for support on **Sonoff-Tasmota** there are some options available:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" alt="Logo" align="right" height="76"/>
|
|
||||||
|
|
||||||
# Template information
|
# Template information
|
||||||
|
<img src="/tools/logo/TASMOTA_FullLogo_Vector.svg" alt="Logo" align="right" height="76"/>
|
||||||
|
|
||||||
Sonoff-Tasmota uses Device or Module information to control peripherals connected to GPIOs. This information is stored in the ``sonoff_template.h`` file as a device specific template. The template contains information about what GPIO should be connected to what peripheral and what GPIO may be configured online using the ``GPIO`` command or GUI Configure Module menu. In addition a device may need specific coding to process the data from these peripherals. The module number as provided by the ``Modules`` command is used to select this coding.
|
Sonoff-Tasmota uses Device or Module information to control peripherals connected to GPIOs. This information is stored in the ``sonoff_template.h`` file as a device specific template. The template contains information about what GPIO should be connected to what peripheral and what GPIO may be configured online using the ``GPIO`` command or GUI Configure Module menu. In addition a device may need specific coding to process the data from these peripherals. The module number as provided by the ``Modules`` command is used to select this coding.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue