Skip to content
Snippets Groups Projects

Add w1f1 app & replace wifi in settings menu

Merged ave requested to merge ave/flow3r-firmware:add-wifi-app into main

Merge request reports

Checking pipeline status.

Loading artifacts
Approval is optional

Merged by dxdx 1 year ago (Aug 26, 2023 9:58pm UTC)

Merge details

  • Changes merged into main with b849bd4d.
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #7440 failed

Pipeline failed for b849bd4d on main

Loading artifacts

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
474 468 mib: MenuItem = MenuItemBack()
475 469 positions: List[MenuItem] = [
476 470 mib,
477 ] + [
478 SettingsMenuItem(t)
479 if isinstance(t, UnaryTunable)
480 else MenuItemForeground(t[0], build_menu_recursive(t[1]))
481 for t in items
482 ]
471 ] + [SettingsMenuItem(t) if isinstance(t, UnaryTunable) else t for t in items]
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading