blink sped up, removed debug serial message
This commit is contained in:
parent
f1f3bac754
commit
d1733a24ac
2 changed files with 1 additions and 2 deletions
|
|
@ -194,7 +194,6 @@ void loop() {
|
|||
}
|
||||
|
||||
if (lastTriggerTimestamp > 0 && millis() - lastTriggerTimestamp > TRG_DUR) {
|
||||
Serial.println("WTF");
|
||||
digitalWriteFast(TRG_OUT, !LOGIC);
|
||||
lastTriggerTimestamp = 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ extern uint8_t pP_i2c_address;
|
|||
#define PP_VERSION "2.3.2"
|
||||
#endif // PP_VERSION fallback if python script fails
|
||||
|
||||
#define BLINK_DURATION 250
|
||||
#define BLINK_DURATION 100
|
||||
|
||||
void eraseEEPROM();
|
||||
void setDefaultConfig();
|
||||
|
|
|
|||
Loading…
Reference in a new issue