From 998cc318f6221a6b61fbc27653cb665ebe30c839 Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Thu, 25 Jun 2026 11:08:04 -0500 Subject: [PATCH] fix typo --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 96f300d..a6421ec 100644 --- a/main.lua +++ b/main.lua @@ -171,7 +171,7 @@ function ThrottleInit() end local function identifyThrottle(throttleType) - print("Identifying "..throttleType.."throttle.") + print("Identifying "..throttleType.." throttle.") print("\nPlease change the input signal for the throttle.") local initialStates = getRelayStates()