Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion transmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
from rn2483 import Parameters, Radio
import time

CALLSIGN: str = "??????"
TRANSMIT_DATA: str = (
"VA3INI - This is a test message to test the functionality of the RN2483 transceiver with a long packet containing plenty of data - VA3INI - Packet number follows"
f"{CALLSIGN} - This is a test message to test the functionality of the RN2483 transceiver with a long packet containing plenty of data - {CALLSIGN} - Packet number follows"
)


Expand Down