Skip to content

Commit b0acbc8

Browse files
committed
blacked one more time?
1 parent 3694192 commit b0acbc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

range-test/transmit.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
from ground_station.misc.config import RadioParameters
77
from ground_station.serial.rn2483_radio import RN2483Radio
88

9-
TRANSMIT_DATA: str = (
10-
"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"
11-
)
9+
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"
1210

1311

1412
def main() -> None:

0 commit comments

Comments
 (0)