Skip to content

Commit

Permalink
Revert "Fix missing AdcParam settings for ESP82xx (#93)"
Browse files Browse the repository at this point in the history
This reverts commit fc03049.
  • Loading branch information
curzon01 committed Oct 1, 2024
1 parent 0fe6a14 commit dd978a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions decode-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ({
Expand Down

0 comments on commit dd978a1

Please sign in to comment.