Skip to content

Commit

Permalink
feat(write_module_memory): support gen2 magdecks and tempdecks (#111)
Browse files Browse the repository at this point in the history
These will save their model version as 20 to fit with how we do the rest
of the models (e.g. 1.5) and avoid firmware refactors
  • Loading branch information
sfoster1 authored Feb 13, 2020
1 parent 58abc59 commit 46aa607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eepromWriter/write_module_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))
Expand Down

0 comments on commit 46aa607

Please sign in to comment.