Update orbit.json

fixed the ssl error by using HTTP

i want to use https but i dont have a certificate that shows its a safe website yet.
This commit is contained in:
sheet315
2025-04-19 13:52:11 +02:00
committed by GitHub
parent 535df705eb
commit af47dbc019
+1 -1
View File
@@ -5,6 +5,6 @@
"email": "shaundereuv@gmail.com"
},
"record": {
"URL": "https://orbitbot.my.pebble.host:25603"
"URL": "http://orbitbot.my.pebble.host:25603"
}
}