Skip to content

Commit

Permalink
Fix library version typo in VL53L1X Input
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Jan 20, 2023
1 parent c1d11cd commit 5af150b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Bugfixes

- Fix potential issues with MycodoRelease Class
- Fix library version typo in VL53L1X Input


## 8.15.3 (2023-01-18)
Expand Down
2 changes: 1 addition & 1 deletion mycodo/inputs/vl53l1x.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

'dependencies_module': [
('pip-pypi', 'smbus2', 'smbus2==0.4.1'),
('pip-pypi', 'VL53L1X', 'vl53l1x==1.0.4')
('pip-pypi', 'VL53L1X', 'vl53l1x==0.0.5')
],

'interfaces': ['I2C'],
Expand Down

1 comment on commit 5af150b

@kizniche
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Radical DIY Forum. There might be relevant details there:

https://forum.radicaldiy.com/t/error-while-installing-dependencies-for-vl53l1x/1386/2

Please sign in to comment.