diff --git a/eepromWriter/write_module_memory.py b/eepromWriter/write_module_memory.py index 1a0604925..21c4c5714 100644 --- a/eepromWriter/write_module_memory.py +++ b/eepromWriter/write_module_memory.py @@ -28,7 +28,10 @@ 'TDV03': 'temp_deck_v3.0', # this model has the new fans with pcb fan_v4 'TDV04': 'temp_deck_v4.0', # this model has the new fans with pcb fan_v4.1 'TDV15': 'temp_deck_v15', # koozie + pwm fans + 'TDV20': 'temp_deck_v20', # koozie + fans + actual rebranding 'MDV01': 'mag_deck_v1.1' + 'MDV01': 'mag_deck_v1.1', + 'MDV20': 'mag_deck_v20' } DIR_NAME = os.path.dirname(os.path.realpath(__file__))