mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-12 23:48:10 -07:00
disable some debug tools in releases, actually fix tv.ir
This commit is contained in:
@@ -11,7 +11,7 @@ App(
|
||||
provides=[
|
||||
"bt_start",
|
||||
"bt_settings",
|
||||
"bt_debug",
|
||||
#"bt_debug",
|
||||
],
|
||||
stack_size=1 * 1024,
|
||||
order=20,
|
||||
|
||||
@@ -10,7 +10,7 @@ App(
|
||||
],
|
||||
provides=[
|
||||
"lfrfid_start",
|
||||
"lfrfid_debug",
|
||||
#"lfrfid_debug",
|
||||
],
|
||||
icon="A_125khz_14",
|
||||
stack_size=2 * 1024,
|
||||
|
||||
Reference in New Issue
Block a user