local currentVoltage = getValue(216) -- Akku Kopter
local senderVoltage = getValue(189) -- Akku Sender
local rssi = getValue(200) -- RSSI
local sat = getValue(209) -- Sat Anzahl
local fix = getValue(210) -- Sat Qualit‰t
-------------------------------------------
-- Definition Benutzerspezifische Daten --
-------------------------------------------
local batempty = 10.5 -- 0% der Tankanzeige
local batfull = 12.58 -- 100% der Tankanzeige
Das ist die Definition der Daten. Hmm....
local senderVoltage = getValue(189) -- Akku Sender
local rssi = getValue(200) -- RSSI
local sat = getValue(209) -- Sat Anzahl
local fix = getValue(210) -- Sat Qualit‰t
-------------------------------------------
-- Definition Benutzerspezifische Daten --
-------------------------------------------
local batempty = 10.5 -- 0% der Tankanzeige
local batfull = 12.58 -- 100% der Tankanzeige
Das ist die Definition der Daten. Hmm....