1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

intermediate: split UI, more icons

This commit is contained in:
andreas
2021-11-07 15:50:14 +01:00
parent 3c4920d104
commit 1deef5c7de
6 changed files with 690 additions and 659 deletions

View File

@@ -7,7 +7,7 @@ import inspect
import json
GEN_DIR='generated'
CFG_FILE='web/config.json'
FILES=['web/index.html',CFG_FILE]
FILES=['web/index.html',CFG_FILE,'web/index.js','web/index.css']
CFG_INCLUDE='GwConfigDefinitions.h'
def basePath():