Attached is a version of the Activate script where I updated it to use the new bitwise operators, but it still didn't work correctly on EdgeTX 2.11.3.I took a look at EdgeTX release notes and it appears that they updated to Lua 5.3 in 2.11.x. There are incompatibilities with Lua 5.2 used in earlier versions of EdgeTX. I suspect that since the bit32 library has been deprecated, the UNI RX scripts will need to be updated to use the bitwise operators in Lua 5.3.
Here is the list of Lua 5.2 to 5.3 incompatibilities: https://www.lua.org/manual/5.3/manual.html#8
When I get some time this weekend I'll try reverting to EdgeTX 2.8 and see if it works.