working nicely, disable debug printing

This commit is contained in:
Brendan Haines 2020-03-02 21:57:43 -07:00
parent 36e538cfbd
commit 148e482697

View File

@ -14,7 +14,7 @@ from bokeh.layouts import column, row
from bokeh.models import ColumnDataSource, Slider, TextInput, Button
from bokeh.plotting import figure
DEBUG = True
DEBUG = False
# Configure MUX for ADC
mux_io = [None] * 4