Add w1f1 app & replace wifi in settings menu
Merge request reports
Activity
added 7 commits
-
05554bcf...aba92e0c - 5 commits from branch
flow3r:main
- b5fa0925 - Add w1f1 app & replace wifi in settings menu
- 703bb466 - make black happy
-
05554bcf...aba92e0c - 5 commits from branch
added 8 commits
Toggle commit listadded 1 commit
- c739fbe4 - Revert "make connected status text more resilliant"
added 1 commit
- 295f6fb8 - make connected status text more resilliant take 2
added 1 commit
- 394c2b6a - settings: load on on_enter to save wifi settings properly
added 16 commits
-
3e4b3bc1...c56c9bdc - 3 commits from branch
flow3r:main
- c56c9bdc...7934fcb1 - 3 earlier commits
- 35f33d71 - move w1f1 to hidden apps category
- 4e75dcc5 - typo :D
- c914c65f - fix ghost wifis
- f0ce0f0d - k3yboard: fix number crashes
- a32dd484 - w1f1: fix connections
- a655773c - make connected status text more resilliant
- afcf6855 - Revert "make connected status text more resilliant"
- a00bc152 - make connected status text more resilliant take 2
- 9074ab31 - improve scans, saves and incorrect password
- 0ed3b159 - account for no settings.json (for weirdos)
Toggle commit list-
3e4b3bc1...c56c9bdc - 3 commits from branch
added 1 commit
- 447beb76 - st3m/wifi: force disconnect before attempting connecting
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] - Comment on lines -477 to +471
Please register or sign in to reply