Navigation Menu

Skip to content

Commit

Permalink
Fix AT command for Wisol Module
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien3d committed Apr 17, 2018
1 parent b832c2f commit fb6da15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -81,7 +81,7 @@ def sendMessage(self, message):
if self.WaitFor('OK', 'ERROR', 3) :
print('SigFox Modem OK')

self.ser.write("AT$SS={0}\r".format(message))
self.ser.write("AT$SF={0}\r".format(message))
print('Sending ...')
if self.WaitFor('OK', 'ERROR', 15) :
print('OK Message sent')
Expand Down

0 comments on commit fb6da15

Please sign in to comment.