tasmota / decode-config

Backup/restore and decode configuration tool for Tasmota
GNU Lesser General Public License v3.0
211 stars 32 forks source link

fallback_module bug #87

Closed curzon01 closed 6 months ago

curzon01 commented 6 months ago

Hello!

I have set the fallback_module (module2 in the console) to 0. If I get the configuration with the decode-config I get 255 in the fallback_module variable and if generate script it contains module2 255 statement. With the tasmotas containing module2 1 the fallback_module variable contains 0. It seems to be the variable contains the right value minus one. My tasmota version is 12.1.1

Can you confirm?

Originally posted by @mentlergy in https://github.com/tasmota/decode-config/discussions/86

mentlergy commented 6 months ago

Thanks!