another onewire setup test

This commit is contained in:
avollkopf 2023-10-19 07:33:37 +02:00
parent aa8e5eec2c
commit f00a646a2a

View file

@ -50,7 +50,8 @@ class CraftBeerPiCli():
print(configtemppath) print(configtemppath)
with open(configtemppath, 'w') as f: with open(configtemppath, 'w') as f:
f.write(lines) for line in lines:
f.write(line)
print("/boot/config.txt created") print("/boot/config.txt created")