fixed non arg keyword
This commit is contained in:
parent
8063db6278
commit
6af5663ee7
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -8,7 +8,7 @@ from ConfigParser import SafeConfigParser
|
||||||
|
|
||||||
config = SafeConfigParser()
|
config = SafeConfigParser()
|
||||||
|
|
||||||
rfmModule = RFM69_POCSAG.RFM69_POCSAG(RF69_433MHZ, pocsagBaudRate=1200, True)
|
rfmModule = RFM69_POCSAG.RFM69_POCSAG(RF69_433MHZ, pocsagBaudRate=1200, isRFM69HW = True)
|
||||||
#rfmModule.shutdown()
|
#rfmModule.shutdown()
|
||||||
|
|
||||||
print "Performing rcCalibration"
|
print "Performing rcCalibration"
|
||||||
|
|
Loading…
Add table
Reference in a new issue