From 654014888901ea11c944225e5350aba2f9c8c5d2 Mon Sep 17 00:00:00 2001 From: Charles Nicholson <83499056+crnicholson@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:42:57 -0500 Subject: [PATCH] Commit --- Code/groundStation/uploader/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/groundStation/uploader/main.py b/Code/groundStation/uploader/main.py index f4db66c..7dae6fe 100644 --- a/Code/groundStation/uploader/main.py +++ b/Code/groundStation/uploader/main.py @@ -7,7 +7,7 @@ import datetime import threading -PORT = 8765 # Match this with the port in your ESP32 code. +PORT = 41773 # Match this with the port in your ESP32 code. COMMENT = "StratoSoar MK3 high altitude glider." ANTENNA = "Wire monopole" RADIO = "SX1278 LoRa module"