ERROR - logic.lua:(line num): unexpected symbol near '<\226>'
Code: Select all
function new_data_callback(mast_batt, parkbrake, alternator1, alternator2, ground_clearance,
starter1, starter2, gear_handle_status, vertical_speed)
end
fs2020_variable_subscribe("ELECTRICAL MASTER BATTERY:1", "Bool",
“BRAKE PARKING INDICATOR”, “Bool”,
-- “GENERATOR_ALTERNATOR_1_BUS_VOLTAGE”, “Float”,
-- "GENERATOR_ALTERNATOR_2_BUS_VOLTAGE", "Float",
-- “RADIO HEIGHT”, “Feet”,
-- “STARTER1_SET”, “Bool”,
-- “STARTER2_SET”, “Bool”,
-- “GEAR HANDLE POSITION”, “INT”,
-- “VERTICAL SPEED", “Feet per second”,
new_data_callback)
I can't see <\226> there anywhere!
What am I doing wrong?