mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 14:38:15 +01:00
further onewire setup test
This commit is contained in:
parent
69da4beff7
commit
aa8e5eec2c
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@ class CraftBeerPiCli():
|
|||
for line in lines:
|
||||
print(line)
|
||||
|
||||
configtemppath=os.path.join(self.config.get_file_path(""),"config.txt")
|
||||
print(configtemppath)
|
||||
|
||||
with open(configtemppath, 'w') as f:
|
||||
f.write(lines)
|
||||
|
||||
print("/boot/config.txt created")
|
||||
|
||||
def list_one_wire(self):
|
||||
|
|
Loading…
Reference in a new issue