mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
general cleanup
This commit is contained in:
@@ -22,9 +22,6 @@ def buildWeb():
|
||||
wwwPath = Path("../data/www")
|
||||
if wwwPath.exists() and wwwPath.is_dir():
|
||||
rmtree(wwwPath)
|
||||
if not flagExists("PROGMEM_WWW"):
|
||||
print("Copying interface to data directory")
|
||||
copytree(buildPath, wwwPath)
|
||||
finally:
|
||||
chdir("..")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user