Merge branch 'master' into frankie-dsm-fwrd-prg-enhancements

This commit is contained in:
Frankie Arzu 2022-12-02 01:51:21 -06:00 committed by GitHub
commit 24b18c4f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -738,14 +738,6 @@ end
----------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------
local function DSM_RX_Match(RxId, List)
for i = 1, #List do
if List[i] == RxId then return true end
end
return false
end
local function DSM_sendRequest() local function DSM_sendRequest()
-- Send the proper Request message depending on the Phase -- Send the proper Request message depending on the Phase