LXMF-Tools icon indicating copy to clipboard operation
LXMF-Tools copied to clipboard

Various small programs and tools which use the message protocol LXMF from https://github.com/markqvist/LXMF

Results 2 LXMF-Tools issues
Sort by recently updated
recently updated
newest added

OLD Line: MQTT_CONNECTION = mqtt.Client(CONFIG["mqtt"]["client_id"], False, userdata=None, transport=CONFIG["mqtt"]["transport"]) NEW Line: MQTT_CONNECTION = mqtt.Client(mqtt.CallbackAPIVersion.VERSION1, CONFIG["mqtt"]["client_id"], False, userdata=None, transport=CONFIG["mqtt"]["transport"])

Hi! First off, thank you for this. I love the distribution groups :) But, I've been running a few just for a couple of days and once function I'm unable...