remove demo data_logger

This commit is contained in:
marios8543 2024-06-23 22:59:38 +03:00
parent 87a00f7cee
commit c1de09260a

View File

@ -6,11 +6,7 @@ from datetime import datetime
from time import time_ns
from os import _exit
import mod_globals
mod_globals.opt_demo = True
dash = RenDash("/dev/tty1")
dash = RenDash("/dev/ttyUSB0")
web = Flask(__name__, static_folder="web_static/", static_url_path="/static")
socket = SocketIO(web)