Skip to content
  • xiretza's avatar
    fix(preload): Fix bad merge in ECG app · ed6b6ea9
    xiretza authored
    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.
    ed6b6ea9