~toykeeper/flashlight-firmware/trunk

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d1s.h

  • Committer: Selene Scriven
  • Date: 2018-10-10 01:23:15 UTC
  • mfrom: (188.1.188 fsm)
  • Revision ID: bzr@toykeeper.net-20181010012315-iiaquinemb6y2ysl
merged the past month of updates from fsm branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#include "cfg-emisar-d4.h"
3
3
 
4
4
// stop panicking at ~90% power or ~1200 lm (D1S has a good power-to-thermal-mass ratio)
 
5
#ifdef THERM_FASTER_LEVEL
5
6
#undef THERM_FASTER_LEVEL
 
7
#endif
6
8
#define THERM_FASTER_LEVEL 144  // throttle back faster when high
 
9
 
 
10
// no need to be extra-careful on this light
 
11
#ifdef THERM_HARD_TURBO_DROP
 
12
#undef THERM_HARD_TURBO_DROP
 
13
#endif