Skip to content

Commit

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

Please sign in to comment.