From dd978a1ad88c98b6e609917907e5693f17ca889f Mon Sep 17 00:00:00 2001 From: Norbert Richter Date: Tue, 1 Oct 2024 09:10:56 +0200 Subject: [PATCH] Revert "Fix missing AdcParam settings for ESP82xx (#93)" This reverts commit fc030494a467517aadd36223cf9aef48f605eb2c. --- decode-config.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/decode-config.py b/decode-config.py index 0230154..ca8a8f9 100755 --- a/decode-config.py +++ b/decode-config.py @@ -1965,10 +1965,6 @@ def match(self, setting_hardware, config_version): 'adc_param': (HARDWARE.ESP32, '699s',(0x017,'SET_ADC_PARAM1'), ([8], None, ('Management', None)) ), }) -SETTING_8_4_0_0.update ({ - 'adc_param': (HARDWARE.ESP82, '699s',(0x017,'SET_ADC_PARAM1'), - (None, None, ('Management', None)) ), - }) # ====================================================================== SETTING_8_4_0_1 = copy.copy(SETTING_8_4_0_0) SETTING_8_4_0_1['flag4'][1].update ({