Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2022-01-05 13:48:30 -05:00
parent 7bf2644db8
commit eafdfc8210
1 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,11 @@ enabled by default
use enableCanTx(false) to suppress CAN TX
### `txCan(bus, ID, isExt, payload)`
- Parameters
- bus: hardware CAN bus index, only '1' on most rusEFI boards, '1' or '2' on Proteus
- isExt: 0 for 11 bit mode
## Utility