mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-25 20:06:08 +00:00
Made MQTT optional
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import os
|
||||
import re
|
||||
import shutil
|
||||
|
||||
webroot = "web"
|
||||
srcroot = "src/web/root"
|
||||
|
||||
shutil.rmtree(srcroot)
|
||||
|
||||
if not os.path.exists(srcroot):
|
||||
os.mkdir(srcroot)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user