mirror of
https://github.com/xodio/xod.git
synced 2026-03-12 11:46:49 +01:00
RAM consumption for blink has grown on 1 byte. It’s the g_isSettingUp. However, practically nothing changes. The previous solution with the `bool firstRun` argument always consumed that byte, although `avr-size` was not able to see it since the arg is allocated on stack, inside `loop`.