Skip to content

Commit

Permalink
Friendlier name
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Mar 6, 2024
1 parent 8dce78e commit dc49acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESPGeiger/src/GeigerInput/Type/TestPulse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void GeigerTestPulse::pulseInterrupt() {
}

void GeigerTestPulse::secondticker() {
#ifndef GEIGER_TESTPULSE_DISABLE_ADAPTIVE
#ifndef GEIGER_TESTPULSE_FIXEDCPM
int selection = (millis()/90000)%4;
if (selection != _current_selection) {
_current_selection = selection;
Expand Down

0 comments on commit dc49acd

Please sign in to comment.