mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 14:38:15 +01:00
another onewire setup test
This commit is contained in:
parent
aa8e5eec2c
commit
f00a646a2a
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ class CraftBeerPiCli():
|
|||
print(configtemppath)
|
||||
|
||||
with open(configtemppath, 'w') as f:
|
||||
f.write(lines)
|
||||
for line in lines:
|
||||
f.write(line)
|
||||
|
||||
print("/boot/config.txt created")
|
||||
|
||||
|
|
Loading…
Reference in a new issue