Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
0f23df0a
Commit
0f23df0a
authored
Jun 20, 2020
by
schneider
Browse files
fix(ble): Go back to main.py after bonding
parent
3d5789af
Changes
1
Hide whitespace changes
Inline
Side-by-side
preload/apps/ble/__init__.py
View file @
0f23df0a
...
...
@@ -144,7 +144,7 @@ while True:
disp
.
print
(
" Success"
,
posy
=
40
,
fg
=
[
0
,
255
,
0
])
disp
.
update
()
time
.
sleep
(
5
)
state
=
1
os
.
exec
(
"main.py"
)
elif
state
==
6
:
# display fail screen and wait 5 seconds
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment