Winlink Server -> Winlink Post Office (#1589)

This commit is contained in:
Tim Wilkinson 2024-09-30 16:40:48 -07:00 committed by GitHub
parent 784f99ffcb
commit 0796730dbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ const templates = [
{ name: "Sunba Smart camera", type: "camera", protocol: "http", port: 80, path: "ISAPI/Custom/snapshot?authInfo=USERNAME:PASSWORD" },
{ name: "NTP Server", type: "time", protocol: "ntp", port: 123 },
{ name: "Streaming video", type: "video", protocol: "rtsp", port: 554 },
{ name: "Winlink Server", type: "winlink", protocol: "winlink", port: 8772 },
{ name: "Winlink Post Office", type: "winlink", protocol: "winlink", port: 8772 },
{ name: "Phone info", type: "phone", link: false, text: "xYOUR-PHONE-EXTENSION" },
{ name: "Map", type: "map", protocol: "http", port: 80 },
{ name: "MeshChat", type: "chat", protocol: "http", port: 80, path: "meshchat" },