Difficulty removing drivers from Emisar D4, D1, D1S

Very minor changes - nothing significant:

  • I wanted the ramping up from moon to start sooner, so I decreased HOLD_TIMEOUT in fsm-events.h from 24 to 16. This was based off the discussion starting here between you (TK) and goshdogit.
  • I wanted the max non-turbo level to be a little lower, so I changed both ramp_smooth_ceil and ramp_discrete_ceil in from [MAX_LEVEL - 30] to [MAX_LEVEL - 40]. (These are in the Anduril firmware file, roughly around line 165 or so, in case anyone else wants to adjust them.)