Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
flow3r
flow3r firmware
Merge requests
!183
py/nick: handle errors in json
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
py/nick: handle errors in json
json-error
into
main
Overview
0
Commits
1
Pipelines
5
Changes
1
Merged
Sec 42
requested to merge
json-error
into
main
1 year ago
Overview
0
Commits
1
Pipelines
5
Changes
1
Expand
catches syntax errors in nick.json, does not overwrite the file in that case.
0
0
Merge request reports
Compare
version 2
version 3
efaf83c2
1 year ago
version 2
ecb841df
1 year ago
version 1
8397d2b3
1 year ago
main (base)
and
version 3
latest version
c1d46611
1 commit,
1 year ago
version 3
efaf83c2
1 commit,
1 year ago
version 2
ecb841df
1 commit,
1 year ago
version 1
8397d2b3
1 commit,
1 year ago
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
python_payload/mypystubs/captouch.pyi
+
4
−
4
Options
@@ -89,12 +89,12 @@ class CaptouchState(Protocol):
"""
State of individual petals.
Contains 10 elements, with the zeroth element being the p
ad
closest to
the USB port. Then, every other p
ad
in a clockwise direction.
Contains 10 elements, with the zeroth element being the p
etal
closest to
the USB port. Then, every other p
etal
in a clockwise direction.
P
ad
s 0, 2, 4, 6, 8 are Top p
ad
s.
P
etal
s 0, 2, 4, 6, 8 are Top p
etal
s.
P
ad
s 1, 3, 5, 7, 9 are Bottom p
ad
s.
P
etal
s 1, 3, 5, 7, 9 are Bottom p
etal
s.
"""
...
Loading