Disable APRS-IS connection when running mix tasks

This commit is contained in:
Graham McIntire 2026-02-18 14:52:24 -06:00
parent ea54d0208b
commit e22d385f6a
No known key found for this signature in database

View file

@ -41,6 +41,7 @@ defmodule Mix.Tasks.Aprs.ParseFile do
exit({:shutdown, 1})
end
Application.put_env(:aprsme, :disable_aprs_connection, true)
Mix.Task.run("app.start")
{total, failures} =