~toykeeper/flashlight-firmware/trunk

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/ramping-ui/ramping-ui.c

  • Committer: Selene Scriven
  • Date: 2020-07-06 20:24:28 UTC
  • mfrom: (188.1.294 fsm)
  • Revision ID: bzr@toykeeper.net-20200706202428-7pyen2ow9q2rtd9p
merged nearly a year of updates from the fsm branch, including the new product map

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define USE_THERMAL_REGULATION
23
23
#define DEFAULT_THERM_CEIL 32
24
24
#define USE_DELAY_MS
25
 
#define USE_DELAY_4MS
26
25
#define USE_DELAY_ZERO
27
26
#define USE_RAMPING
28
27
#define USE_BATTCHECK
353
352
        battcheck();
354
353
    }
355
354
    else if (current_state == tempcheck_state) {
356
 
        blink_num(projected_temperature>>2);
 
355
        blink_num(temperature);
357
356
        nice_delay_ms(1000);
358
357
    }
359
358
    #endif