Skip to content

Commit

Permalink
PN532TokenProvider: drop unused config 'timeout' (#995)
Browse files Browse the repository at this point in the history
The variable is not used anymore, so can be dropped.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
  • Loading branch information
mhei authored and Pietfried committed Jan 15, 2025
1 parent 9c87d4e commit 69c137c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ namespace main {
struct Conf {
std::string serial_port;
int baud_rate;
double timeout;
int read_timeout;
bool debug;
};
Expand Down
6 changes: 0 additions & 6 deletions modules/PN532TokenProvider/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ provides:
minimum: 9600
maximum: 230400
default: 115200
timeout:
description: Time a new token is valid (in s)
type: number
minimum: 0
maximum: 120
default: 30
read_timeout:
description: Time between subsequent card reads (in s)
type: integer
Expand Down

0 comments on commit 69c137c

Please sign in to comment.