Skip to content

Commit 5e9700f

Browse files
committed
Fix custom template filename
1 parent 6f017f6 commit 5e9700f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SCRIPTS/BF/PAGES/simplified_tuning.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local template = loadScript(radio.templateHome.."simplified_pids.lua")
1+
local template = loadScript(radio.templateHome.."simplified_tuning.lua")
22
if template then
33
template = template()
44
else

0 commit comments

Comments
 (0)