The Tx-modes 5-255 are mainly a relict from esp32 development with it's different break logic (see #380, etc.). I think no one uses the modes with timer control. On v2 8266 memory is very low and the extra modes consumes some 100 bytes. Also setting the right mode is not clear to all users. I suggest to use only modes 0-4 and replace the input by a dropdown list:
The Tx-modes 5-255 are mainly a relict from esp32 development with it's different break logic (see #380, etc.). I think no one uses the modes with timer control. On v2 8266 memory is very low and the extra modes consumes some 100 bytes. Also setting the right mode is not clear to all users. I suggest to use only modes 0-4 and replace the input by a dropdown list:
@proddy What do you think?