mirror of https://github.com/ArduPilot/ardupilot
Tools: ignore lua-language-server-errors
This commit is contained in:
parent
5bb5f442e1
commit
cf16448dfa
|
@ -2,6 +2,11 @@
|
|||
example script to test lua socket API
|
||||
--]]
|
||||
|
||||
---@diagnostic disable: param-type-mismatch
|
||||
---@diagnostic disable: need-check-nil
|
||||
---@diagnostic disable: redundant-parameter
|
||||
---@diagnostic disable: undefined-field
|
||||
|
||||
PARAM_TABLE_KEY = 47
|
||||
PARAM_TABLE_PREFIX = "WEB_"
|
||||
|
||||
|
|
Loading…
Reference in New Issue