Skip to content

Commit 01412df

Browse files
Ryanf55IamPete1
andauthored
Update libraries/AP_Scripting/applets/trisonica-mini.lua
Co-authored-by: Peter Hall <[email protected]>
1 parent b26d393 commit 01412df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/AP_Scripting/applets/trisonica-mini.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ local function log_wind_data(parsed)
5959
local value_format = string.rep('f', #tag_ids)
6060

6161
assert(#tag_ids < 15, "#tag_ids=" .. #tag_ids)
62-
logger.write('W3D', tag_id_str, value_format,
62+
logger:write('W3D', tag_id_str, value_format,
6363
table.unpack(values))
6464
end
6565

0 commit comments

Comments
 (0)