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 time import time_ns
|
||||||
from os import _exit
|
from os import _exit
|
||||||
|
|
||||||
import mod_globals
|
dash = RenDash("/dev/ttyUSB0")
|
||||||
|
|
||||||
mod_globals.opt_demo = True
|
|
||||||
|
|
||||||
dash = RenDash("/dev/tty1")
|
|
||||||
web = Flask(__name__, static_folder="web_static/", static_url_path="/static")
|
web = Flask(__name__, static_folder="web_static/", static_url_path="/static")
|
||||||
socket = SocketIO(web)
|
socket = SocketIO(web)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user