From 8572911b9a8902d25480ed08a9c6b6486b8735ba Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 15 Dec 2023 04:45:51 -0700 Subject: use BLIP_LEVEL instead of 0 for "blip"s This helps when using a regulator which doesn't like being turned off and back on quickly. --- hw/thefreeman/avr32dd20-devkit/anduril.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/thefreeman') diff --git a/hw/thefreeman/avr32dd20-devkit/anduril.h b/hw/thefreeman/avr32dd20-devkit/anduril.h index 02d5de3..3152183 100644 --- a/hw/thefreeman/avr32dd20-devkit/anduril.h +++ b/hw/thefreeman/avr32dd20-devkit/anduril.h @@ -110,6 +110,7 @@ #define PARTY_STROBE_ONTIME 1 // slow down party strobe #define STROBE_OFF_LEVEL 1 // keep the regulator chip on between pulses +#define BLIP_LEVEL 1 // same // smoother candle mode with bigger oscillations #define CANDLE_AMPLITUDE 40 -- cgit v1.2.3