mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Working readout for beacon frequency thanks to Dylan!
This commit is contained in:
@@ -20,21 +20,3 @@ for command in commands:
|
||||
|
||||
data, server = sock.recvfrom(4096)
|
||||
print data
|
||||
|
||||
# while True:
|
||||
# try:
|
||||
# # Send data
|
||||
# message = raw_input()
|
||||
# # print type(message)
|
||||
# if message not in messages:
|
||||
# print "Invalid command. Please try again."
|
||||
# continue
|
||||
#
|
||||
# sent = sock.sendto(message, server_address)
|
||||
#
|
||||
# # Receive response
|
||||
# # print 'waiting to receive'
|
||||
# data, server = sock.recvfrom(4096)
|
||||
# print data
|
||||
# except:
|
||||
# pass
|
||||
Reference in New Issue
Block a user