Generesize ESP8266 since ESP8285 is also used (allowing GPIO9/10 use)

Michael Ingraham 2019-05-28 09:47:15 -04:00
parent ce1b6ea471
commit aeab45ce8e
1 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
**Component** is anything wired to the ESP8266 to be controlled by or send data to it.
**Component** is anything wired to the Espressif ESP82xx SoC to be controlled by or send data to it.
Components can be: buttons, switches, relays, LEDs, sensors, displays, MCU units, etc. Every component is assigned to the ESP8266 GPIO it is wired (connected) to in the device template.
Components can be: buttons, switches, relays, LEDs, sensors, displays, MCU units, etc. Every component is assigned to the ESP82xx GPIO it is wired (connected) to in the device template.
Every Tasmota device has some components configured by default. Most often there is a relay, a button and a LED configured as is the case for a Sonoff Basic in the following image.