diff --git a/decode-config.py b/decode-config.py index f778e86..867bbca 100755 --- a/decode-config.py +++ b/decode-config.py @@ -2366,7 +2366,7 @@ def match(self, setting_hardware, config_version): 'B', 0x450, (None, '0 <= $ <= 31', ('Wifi', '"EthAddress {}".format($)')) ), 'eth_address_esp32s3': (HARDWARE.ESP32S3, 'B', 0x45E, (None, '0 <= $ <= 31', ('Wifi', '"EthAddress {}".format($)')) ), - 'module': (HARDWARE.ESP32 ^ HARDWARE.ESP32S3, + 'module_esp32': (HARDWARE.ESP32 ^ HARDWARE.ESP32S3, 'B', 0x474, (None, None, ('Management', '"Module {}".format($+1 & 0xff)')) ), 'module_esp32s3': (HARDWARE.ESP32S3, 'B', 0x45F, (None, None, ('Management', '"Module {}".format($+1 & 0xff)')) ),