Skip to content

fix(preload): Fix bad merge in ECG app

xiretza requested to merge xiretza/firmware:patch-1 into master

OFFSET was renamed to OFFSET_Y in ea5a30d9 ("add pause-mode"), while the call to draw_leds() in bc7e3b92 ("Add led activity to ECG app") still uses the old name. This causes an exception and the ECG app fails to proceed past the start screen.

Merge request reports

Loading