Skip to content

Commit 90bcfe6

Browse files
authored
Update libraries/AP_Scripting/applets/trisonica-mini.lua
1 parent 6554f47 commit 90bcfe6

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
@@ -22,7 +22,7 @@ local MAV_SEVERITY = {EMERGENCY=0, ALERT=1, CRITICAL=2, ERROR=3, WARNING=4, NOTI
2222
local port = serial:find_serial(0)
2323

2424
if not port then
25-
gcs:send_text(MAV_SEVERITY.EMERGENCY, "No Scripting Serial Port")
25+
gcs:send_text(MAV_SEVERITY.EMERGENCY, "no trisonica scripting port")
2626
return
2727
end
2828

0 commit comments

Comments
 (0)