Skip to content

Commit

Permalink
Merge pull request #68 from rogy-AquaLab/pi_led
Browse files Browse the repository at this point in the history
py_led->pi_led
  • Loading branch information
H1rono authored Aug 15, 2024
2 parents b3bc5da + 409ffce commit 3b4f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/pi_led/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
license="MIT",
entry_points={
"console_scripts": [
"pi_led = pi_led.py_led:main",
"pi_led = pi_led.pi_led:main",
],
},
)

0 comments on commit 3b4f72e

Please sign in to comment.