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
!166
py/nick: added imu-based rotation mode
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
py/nick: added imu-based rotation mode
sec/nick-rotate
into
main
Overview
0
Commits
1
Pipelines
4
Changes
2
Merged
Sec 42
requested to merge
sec/nick-rotate
into
main
1 year ago
Overview
0
Commits
1
Pipelines
4
Changes
5
Expand
0
0
Merge request reports
Compare
version 3
version 3
621720eb
1 year ago
version 2
3cb933a3
1 year ago
version 1
89c3a509
1 year ago
main (base)
and
latest version
latest version
4e25e98f
1 commit,
1 year ago
version 3
621720eb
1 commit,
1 year ago
version 2
3cb933a3
1 commit,
1 year ago
version 1
89c3a509
1 commit,
1 year ago
Show latest version
5 files
+
64
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
python_payload/mypystubs/network.pyi
0 → 100644
+
13
−
0
Options
from
st3m.goose
import
Optional
STA_IF
:
int
class
WLAN
:
def
__init__
(
self
,
mode
:
int
)
->
None
:
pass
def
active
(
self
,
active
:
bool
)
->
bool
:
return
False
def
connect
(
self
,
ssid
:
bytes
,
key
:
Optional
[
bytes
]
=
None
)
->
None
:
pass
def
isconnected
(
self
)
->
bool
:
return
False
Loading