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
2fc2f977
Commit
2fc2f977
authored
Oct 01, 2020
by
Jacob Priddy
👌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add line to log incoming API request
parent
a315b56f
Pipeline
#12687
passed with stages
in 1 minute and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
main/src/app/api.c
main/src/app/api.c
+4
-0
version.txt
version.txt
+1
-1
No files found.
main/src/app/api.c
View file @
2fc2f977
...
...
@@ -99,6 +99,10 @@ void door_api_verify_code(const char* code, door_http_request_finished_cb on_fin
if
(
strlen
(
code
)
>
MAX_CODE_COUNT
)
goto
error
;
#ifdef DEBUG_LOGGING
ESP_LOGI
(
"API"
,
"New code verify request with code: %s"
,
code
);
#endif
// Copy endpoint string.
endpoint
=
malloc
(
sizeof
(
ACCESS_ENDPOINT
));
if
(
!
endpoint
)
...
...
version.txt
View file @
2fc2f977
1.0.2.0
\ No newline at end of file
1.0.2.1
\ No newline at end of file
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