Correct SetOption to include the zero

digiblur 2019-11-14 15:52:10 -06:00
parent 88074b4780
commit 218e8db32b
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@ If your device is similar to the existing built-in module (e.g., a particular MC
1. Begin this procedure by disabling power state saves. Some improper GPIO assignments can cause device reboots. Disabling this setting avoids repeated flash writes. Also, it is best to allow Tasmota to return to a fail safe state in case of a bad configuration. Ensure that boot loop control is not disabled.
`Backlog SetOption 0; SetOption36 1`
`Backlog SetOption0 0; SetOption36 1`
2. Assign every available GPIO to successive `Relay<x>` components. For the initial GPIO probe, exclude "dedicated" GPIO such as GPIO0/GPIO2 and Tx/Rx, etc. You can use a [Template](Templates) to easily perform these assignments:
`{"NAME":"ID Components","GPIO":[0,0,0,0,21,22,0,0,23,24,25,26,27],"FLAG":0,"BASE":18}`