mirror of https://github.com/arendst/Tasmota.git
moved serial logging where it belongs
parent
a738cd21d5
commit
2ae6593573
|
@ -2,8 +2,6 @@
|
|||
|
||||
> New Modules are added to Tasmota only if a device requires additional code for new functions. Use [Templates](Templates) first to configure your device if it's not in the module list.
|
||||
|
||||
**Serial logging** is disabled by the Tasmota code for several modules and components (e.g., Sonoff POW, Sonoff S31, Sonoff Dual (v1), Tuya dimmers, PZEM components, etc.). Serial communication is used by these devices to transfer the data from the MCU chip to the ESP chip. Do not enable serial logging ([SerialLog 0](Commands#seriallog)) on these devices. It can cause the device software to crash.
|
||||
|
||||
**Configure Module** page in the WebUI is used to configure your device as one of the modules **and** to [configure additional components](components) connected to one of the free GPIO pins of the device.
|
||||
> Use Generic module (`Module 18`) to have almost all GPIO pins available.
|
||||
|
||||
|
@ -83,4 +81,6 @@ Each module is assigned a number which is used in [Template configuration](templ
|
|||
<a id="SYF05"> </a> 69 | SYF05 |
|
||||
<a id="SonoffL1"> </a> 70 | Sonoff L1 |
|
||||
<a id="SonoffIFan03"> </a> 71 | Sonoff iFan03 |
|
||||
<a id="EXSDimmer"> </a> 72 | EX-Store Dimmer |
|
||||
<a id="EXSDimmer"> </a> 72 | EX-Store Dimmer |
|
||||
|
||||
**Serial logging** is disabled by the Tasmota code for several modules and components (e.g., Sonoff POW, Sonoff S31, Sonoff Dual (v1), Tuya dimmers, PZEM components, etc.). Serial communication is used by these devices to transfer the data from the MCU chip to the ESP chip. Do not enable serial logging ([SerialLog 0](Commands#seriallog)) on these devices. It can cause the device software to crash.
|
Loading…
Reference in New Issue