feat: wait for enrolled sensors to announce, factory reset them on deletion

This commit is contained in:
2026-05-15 15:07:04 +02:00
parent 4c66642cd4
commit b434896e71
8 changed files with 99 additions and 5 deletions
+2
View File
@@ -18,6 +18,8 @@ config :localiserd, Localiser.Web.Endpoint,
config :localiserd, :jwt_secret,
System.get_env("JWT_SECRET") || "localiser_dev_jwt_secret_change_in_prod!!"
config :localiser, enrollment_timeout_ms: 10_000
config :mdns_lite,
hosts: ["localiser"],
ttl: 120,