Skip to content
Snippets Groups Projects
Commit e597083f authored by rahix's avatar rahix
Browse files

Merge 'Fix bad merge in ECG app'

See merge request !269
parents 553a5038 ed6b6ea9
Branches
Tags
1 merge request!269fix(preload): Fix bad merge in ECG app
Pipeline #3580 passed
......@@ -224,7 +224,7 @@ def draw_histogram():
old = value
x += 1
draw_leds((60 - int((max(history[-3:]) * scale + OFFSET) - 20)) * 11 / 60)
draw_leds((60 - int((max(history[-3:]) * scale + OFFSET_Y) - 20)) * 11 / 60)
# draw text: mode/bias/write
if pause_histogram == True:
disp.print(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment