Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Merge requests
!337
feat(ecg-app): settings menu [MANUAL MERGE]
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
feat(ecg-app): settings menu [MANUAL MERGE]
fuchsi/firmware:fuchsi-ecg-app
into
master
Overview
5
Commits
7
Pipelines
7
Changes
6
Closed
fuchsi*
requested to merge
fuchsi/firmware:fuchsi-ecg-app
into
master
5 years ago
Overview
5
Commits
7
Pipelines
7
Changes
6
Expand
settings menu based on simple_menu to set options instead of overloading buttons several times:
new option: length of plotted time window
new option: log pulse instead of (or additionally to) the full ecg graph
new option: sampling rate
store the settings to persist to next launch
some cleanup that is desperately needed in this app
create folder for output files
rename 'histogram' to 'graph' as it is not a histogram
approximate timestamp (and cache log filename) to reduce number of time intensive system calls on pulse logging
Edited
5 years ago
by
rahix
0
0
Merge request reports
Compare
master
version 6
64f48a54
5 years ago
version 5
0ea68b28
5 years ago
version 4
c67b1072
5 years ago
version 3
a6d32c99
5 years ago
version 2
11916890
5 years ago
version 1
6bc4752d
5 years ago
master (base)
and
latest version
latest version
f30e6851
7 commits,
5 years ago
version 6
64f48a54
6 commits,
5 years ago
version 5
0ea68b28
5 commits,
5 years ago
version 4
c67b1072
4 commits,
5 years ago
version 3
a6d32c99
3 commits,
5 years ago
version 2
11916890
2 commits,
5 years ago
version 1
6bc4752d
2 commits,
5 years ago
6 files
+
239
−
169
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
preload/apps/bhi160/metadata.json
+
1
−
1
Options
{
"author"
:
"card10
badge team
"
,
"name"
:
"BHI160"
,
"description"
:
"Read BHI160 sensor data"
,
"category"
:
"Hardware"
,
"revision"
:
1
}
{
"author"
:
"card10
contributors
"
,
"name"
:
"BHI160"
,
"description"
:
"Read BHI160 sensor data"
,
"category"
:
"Hardware"
,
"revision"
:
-1
,
"source"
:
"preload"
}
Loading