Update API URL from meshcore.dev to meshcore.io

This commit is contained in:
Rastislav Vysoky
2026-04-03 14:51:19 +02:00
committed by GitHub
parent 38e238cc51
commit dc88b71f45
+1 -1
View File
@@ -8,7 +8,7 @@ import { KeyPair } from './supercop/index.mjs';
import crypto from 'crypto';
const device = process.argv[2] ?? '/dev/ttyACM0';
const apiURL = 'https://map.meshcore.dev/api/v1/uploader/node';
const apiURL = 'https://map.meshcore.io/api/v1/uploader/node';
const seenAdverts = {};
let clientInfo = {};