Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Santiago Ignacio Hitta Monteverde
firmware
Commits
6c034a48
Commit
6c034a48
authored
Jun 11, 2019
by
Sofia Llavayol
Browse files
default debugger to nil
parent
680bbb16
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/main_ahsm.lua
View file @
6c034a48
...
...
@@ -26,7 +26,7 @@ local hsm
-- initialize debugging
do
local
debuggername
=
nvs
.
read
(
"ahsm"
,
"debugger"
,
"debug_plain"
)
local
debuggername
=
nvs
.
read
(
"ahsm"
,
"debugger"
,
nil
)
print
(
'main_ahsm debugger:'
,
debuggername
)
if
debuggername
then
local
debugger
=
require
(
debuggername
)
...
...
Write
Preview
Markdown
is supported
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