File tree Expand file tree Collapse file tree 21 files changed +61
-135
lines changed Expand file tree Collapse file tree 21 files changed +61
-135
lines changed Original file line number Diff line number Diff line change 1- local template = loadScript (radio .templateHome .. " acc_cal.lua" )
2- if template then
3- template = template ()
4- else
5- template = assert (loadScript (radio .templateHome .. " default_template.lua" ))()
6- end
1+ local template = assert (loadScript (radio .template ))()
72local margin = template .margin
83local indent = template .indent
94local lineSpacing = template .lineSpacing
Original file line number Diff line number Diff line change 1- local template = loadScript (radio .templateHome .. " vtx_tables.lua" )
2- if template then
3- template = template ()
4- else
5- template = assert (loadScript (radio .templateHome .. " default_template.lua" ))()
6- end
1+ local template = assert (loadScript (radio .template ))()
72local margin = template .margin
83local indent = template .indent
94local lineSpacing = template .lineSpacing
Original file line number Diff line number Diff line change 1- local template = loadScript (radio .templateHome .. " failsafe.lua" )
2- if template then
3- template = template ()
4- else
5- template = assert (loadScript (radio .templateHome .. " default_template.lua" ))()
6- end
1+ local template = assert (loadScript (radio .template ))()
72local margin = template .margin
83local indent = template .indent
94local lineSpacing = template .lineSpacing
Original file line number Diff line number Diff line change 1- local template = loadScript (radio .templateHome .. " filters1.lua" )
2- if template then
3- template = template ()
4- else
5- template = assert (loadScript (radio .templateHome .. " default_template.lua" ))()
6- end
1+ local template = assert (loadScript (radio .template ))()
72local margin = template .margin
83local indent = template .indent
94local lineSpacing = template .lineSpacing
Original file line number Diff line number Diff line change 1- local template = loadScript (radio .templateHome .. " filters2.lua" )
2- if template then
3- template = template ()
4- else
5- template = assert (loadScript (radio .templateHome .. " default_template.lua" ))()
6- end
1+ local template = assert (loadScript (radio .template ))()
72local margin = template .margin
83local indent = template .indent
94local lineSpacing = template .lineSpacing
Original file line number Diff line number Diff line change 1- local template = loadScript (radio .templateHome .. " gpspids.lua" )
2- if template then
3- template = template ()
4- else
5- template = assert (loadScript (radio .templateHome .. " default_template.lua" ))()
6- end
1+ local template = assert (loadScript (radio .template ))()
72local margin = template .margin
83local indent = template .indent
94local lineSpacing = template .lineSpacing
Original file line number Diff line number Diff line change 1- local template = loadScript (radio .templateHome .. " pid_advanced.lua" )
2- if template then
3- template = template ()
4- else
5- template = assert (loadScript (radio .templateHome .. " default_template.lua" ))()
6- end
1+ local template = assert (loadScript (radio .template ))()
72local margin = template .margin
83local indent = template .indent
94local lineSpacing = template .lineSpacing
Original file line number Diff line number Diff line change 1- local template = loadScript (radio .templateHome .. " pids1.lua" )
2- if template then
3- template = template ()
4- else
5- template = assert (loadScript (radio .templateHome .. " default_template.lua" ))()
6- end
1+ local template = assert (loadScript (radio .template ))()
72local margin = template .margin
83local indent = template .indent
94local lineSpacing = template .lineSpacing
Original file line number Diff line number Diff line change 1- local template = loadScript (radio .templateHome .. " pids2.lua" )
2- if template then
3- template = template ()
4- else
5- template = assert (loadScript (radio .templateHome .. " default_template.lua" ))()
6- end
1+ local template = assert (loadScript (radio .template ))()
72local margin = template .margin
83local indent = template .indent
94local lineSpacing = template .lineSpacing
Original file line number Diff line number Diff line change 1- local template = loadScript (radio .templateHome .. " pwm.lua" )
2- if template then
3- template = template ()
4- else
5- template = assert (loadScript (radio .templateHome .. " default_template.lua" ))()
6- end
1+ local template = assert (loadScript (radio .template ))()
72local margin = template .margin
83local indent = template .indent
94local lineSpacing = template .lineSpacing
You can’t perform that action at this time.
0 commit comments