add free relay server

This commit is contained in:
controllerzz
2025-12-25 18:59:52 +03:00
parent 5f40847b81
commit 32163c0001
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ async def main(is_debug=False):
)
logging.getLogger("carbus_async.wire").setLevel(logging.DEBUG)
dev = await open_remote_device("84.54.37.149", 9000, serial=5957, password="1234")
dev = await open_remote_device("185.42.26.80", 9000, serial=5957, password="1234")
print(f"Devise SN: {await dev.get_serial()}")