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
Commits
0b032812
Commit
0b032812
authored
1 year ago
by
pippin
Committed by
schneider
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
st3m: add gr33nhouse to settings menu
parent
81dd17dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!168
Construct gr33nhouse
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python_payload/st3m/run.py
+2
-1
2 additions, 1 deletion
python_payload/st3m/run.py
with
2 additions
and
1 deletion
python_payload/st3m/run.py
+
2
−
1
View file @
0b032812
...
@@ -11,7 +11,7 @@ from st3m.ui.menu import (
...
@@ -11,7 +11,7 @@ from st3m.ui.menu import (
from
st3m.ui.elements
import
overlays
from
st3m.ui.elements
import
overlays
from
st3m.ui.view
import
View
,
ViewManager
,
ViewTransitionBlend
from
st3m.ui.view
import
View
,
ViewManager
,
ViewTransitionBlend
from
st3m.ui.elements.menus
import
SimpleMenu
,
SunMenu
from
st3m.ui.elements.menus
import
SimpleMenu
,
SunMenu
from
st3m.application
import
discover_bundles
,
BundleMetadata
from
st3m.application
import
discover_bundles
,
BundleMetadata
,
MenuItemAppLaunch
from
st3m.about
import
About
from
st3m.about
import
About
from
st3m
import
settings
,
logging
,
processors
,
wifi
from
st3m
import
settings
,
logging
,
processors
,
wifi
...
@@ -139,6 +139,7 @@ def run_main() -> None:
...
@@ -139,6 +139,7 @@ def run_main() -> None:
MenuItemAction
(
"
Disk Mode (SD)
"
,
machine
.
disk_mode_sd
),
MenuItemAction
(
"
Disk Mode (SD)
"
,
machine
.
disk_mode_sd
),
MenuItemLaunchPersistentView
(
"
About
"
,
About
),
MenuItemLaunchPersistentView
(
"
About
"
,
About
),
MenuItemAction
(
"
Yeet Local Changes
"
,
_yeet_local_changes
),
MenuItemAction
(
"
Yeet Local Changes
"
,
_yeet_local_changes
),
MenuItemAppLaunch
(
BundleMetadata
(
"
/flash/sys/apps/clouds
"
)),
MenuItemAction
(
"
Reboot
"
,
machine
.
reset
),
MenuItemAction
(
"
Reboot
"
,
machine
.
reset
),
],
],
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment