Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
card-access-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
8
Issues
8
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bc. Petr Elexa
card-access-system
Commits
e96f7777
Commit
e96f7777
authored
Jan 13, 2020
by
Bc. Petr Elexa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
panel. config comments
parent
a1c9f73c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
terminal_config.h
cardreader/app/terminal_config.h
+4
-4
No files found.
cardreader/app/terminal_config.h
View file @
e96f7777
...
...
@@ -22,8 +22,8 @@
// Enable write of ACS address to external storage on startup.
#define ENABLE_LOCAL_ACS_ADDR_WRITE 0
// Enable caching for operation when communication is lost.
// Cache expiration is to be handled by master (Not implemented)
.
// Enable caching for operation when communication is lost.
(Experimental feature)
// Cache expiration is to be handled by master (Not implemented)
#define CACHING_ENABLED 0
// CAN bus speed b/s - affects maximum data cable length.
...
...
@@ -43,8 +43,8 @@
#define OK_LED_ON_SUCCESS true
// Door sensor types (reed switch).
#define SENSOR_IS_NO 0 // Normally open (Form A).
#define SENSOR_IS_NC 1 // Normally closed (Form B).
#define SENSOR_IS_NO 0 // Normally open (Form A)
when door open
.
#define SENSOR_IS_NC 1 // Normally closed (Form B)
when door open
.
// If DOOR_SENSOR_TYPE is defined enables door sensor.
#define DOOR_SENSOR_TYPE SENSOR_IS_NO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment