Skip to content

Commit

Permalink
pyproject.toml: Add sudo to i2c and SPI enable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 18, 2024
1 parent 52c4733 commit af6f7f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ apt_packages = []
configtxt = []
commands = [
"printf \"Setting up i2c and SPI..\n\"",
"raspi-config nonint do_spi 0",
"raspi-config nonint do_i2c 0"
]
"sudo raspi-config nonint do_spi 0",
"sudo raspi-config nonint do_i2c 0"
]

0 comments on commit af6f7f8

Please sign in to comment.