Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
Controller
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guardians of the Kretschmar Elock System
Controller
Commits
4d58df9a
Commit
4d58df9a
authored
Oct 08, 2020
by
Jacob Priddy
👌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update config.h.example
parent
db37a578
Pipeline
#12733
passed with stages
in 1 minute and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
main/include/config.h.example
main/include/config.h.example
+4
-4
No files found.
main/include/config.h.example
View file @
4d58df9a
...
...
@@ -4,16 +4,16 @@
#define DOOR_WIFI_SSID "WWU-HWAuth"
#define DOOR_WIFI_PASSWORD ""
#define API_HOST "
elock.cs.wallawalla.edu
"
#define API_HOST "
172.27.2.11
"
#define API_PORT 4433
#define API_TOKEN "door_1_api_token"
#define API_BASE_PATH "/api/door"
#define API_UPDATE_URL API_BASE_PATH "/update"
#define API_TIMEOUT_MS
1000
0
#define API_TIMEOUT_MS
75
0
#define API_USE_SSL
#define API_NO_NAME_VERIFY
//
#define API_NO_NAME_VERIFY
#define NTP_SERVER "pool.ntp.org"
...
...
@@ -30,7 +30,7 @@
// Every Day
#define SNTP_UPDATE_INTERVAL_MS (1000*60*60*24)
#define UPDATE_SKIP_VERSION_CHECK
//
#define UPDATE_SKIP_VERSION_CHECK
#define DOOR_LATCH_PIN 19
...
...
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