Skip to content

Commit

Permalink
Keep touchscreen enabled for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmachek committed May 10, 2020
1 parent be2004e commit 32308f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup/x_startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def build_script(name, cmd):
if debian:
if n900:
cmd += build_script('6_cmtspeech', '/my/libcmtspeechdata/run')
cmd += build_script('7_lockd', p+'hacks/lockd.py')
#cmd += build_script('7_lockd', p+'hacks/lockd.py')
if n900:
cmd += build_script('8_gps3', '/my/tui/ofone/gps_run')
cmd += build_script('9_wifi', '/my/tui/ofone/wifid.py')
Expand Down

0 comments on commit 32308f0

Please sign in to comment.