~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/anduril/load-save-config.c

merged recent anduril2 branch updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        #endif
63
63
        #ifdef USE_TINT_RAMPING
64
64
            tint = eeprom[tint_e];
 
65
            tint_style = eeprom[tint_style_e];
65
66
        #endif
66
67
        #ifdef USE_JUMP_START
67
68
            jump_start_level = eeprom[jump_start_level_e],
140
141
    #endif
141
142
    #ifdef USE_TINT_RAMPING
142
143
        eeprom[tint_e] = tint;
 
144
        eeprom[tint_style_e] = tint_style;
143
145
    #endif
144
146
    #ifdef USE_JUMP_START
145
147
        eeprom[jump_start_level_e] = jump_start_level,