Files
rtl_433/tests
Aaron Linville 71c2f92d86 Fix on_connect signature and topic subscriptions in MQTT examples. (#674)
Paho changed the signature of on_connect to require 4 arguments as
of v1.3.0 (https://github.com/eclipse/paho.mqtt.python/issues/197)

Remove the "/#" from the subscription since it wouldn't match the
example topic which didn't include anything after rtl_433.
2018-02-03 11:04:43 +01:00
..