Fixed documentation errors

This commit is contained in:
George Zogopoulos 2024-12-12 12:39:02 +01:00
parent d398df4f20
commit ab195c8045
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
-- 3. Enable the scripting engine via SCR_ENABLE.
-- 4. Set SERIAL*_BAUD = 19 (19200)
-- 5. Set SERIAL*_PROTOCOL = 28 (Scripting)
-- 6. Set BATT*_MONITOR = 27 (Scripting)
-- 6. Set BATT*_MONITOR = 29 (Scripting)
-- 7. Set BATT*_CAPACITY to the amount of ml your tank is filled with.
--
@ -27,7 +27,6 @@ local BUFFER_LEN = 2*FRAME_LEN - 1
local HEADER_BYTE = 0xFE
local INIT_DELAY_MS = 5000
local uart
local efi_backend
local state = {}

View File

@ -30,7 +30,7 @@ Once this is done, perform the following steps.
Then, decide which battery monitor will be assigned to the sensor (for now
referred to as `BATT*`).
6. Set `BATT*_MONITOR` = 27 (Scripting)
6. Set `BATT*_MONITOR` = 29 (Scripting)
7. Set `BATT*_CAPACITY` to the amount of ml your tank is filled with. This can
vary from flight to flight.
8. Tell the script which battery monitor is employed via `VSPF_BAT_IDX`.