Skip to content

Commit

Permalink
Update max31855_circuitpython.py
Browse files Browse the repository at this point in the history
Removed unnecessary whitespace.
  • Loading branch information
kyleluiten authored Jul 26, 2024
1 parent 2baef10 commit 0fd97f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mycodo/inputs/max31855_circuitpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@
'pre_output'
],
'options_disabled': ['interface'],

'dependencies_module': [
('pip-pypi', 'adafruit_max31855', 'adafruit-circuitpython-max31855==3.2.21')
],

'interfaces': ['SPI'],

'custom_options': [
{
'id': 'cs_pin',
Expand Down

0 comments on commit 0fd97f1

Please sign in to comment.