Skip to content

Commit bb3ef02

Browse files
committed
Disinhibit DG600F after initialization
1 parent 610ffd9 commit bb3ef02

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* v1.2.5:
44
* Improved reliability of counting pulses with hx616 coin acceptor
55
* Fix for non-integer coin increment value
6+
* Disinhibit DG600F after initialization
67
* v1.2.4:
78
* Better initialization state handling
89
* v1.2.3:

src/coin-acceptor/dg600f.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ namespace coinAcceptor_dg600f {
8383
logger::write("Initializing DG600F coin acceptor...");
8484
Serial2.begin(coinBaudRate, SERIAL_8E1, coinSignalPin, 0);
8585
pinMode(coinInhibitPin, OUTPUT);
86-
coinAcceptor_dg600f::disinhibit();
8786
state = State::initialized;
87+
coinAcceptor_dg600f::disinhibit();
8888
}
8989
}
9090
}

0 commit comments

Comments
 (0)