remove demo data_logger
This commit is contained in:
parent
87a00f7cee
commit
c1de09260a
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user