fixed non arg keyword

This commit is contained in:
Cuddly Cheetah 2019-10-23 01:05:26 +02:00
parent 8063db6278
commit 6af5663ee7

View file

@ -8,7 +8,7 @@ from ConfigParser import 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()
print "Performing rcCalibration"