Skip to content
Snippets Groups Projects
Commit e34c14d6 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

MQTT thread wasn't even attempted to be started on Windows

mqtt_thread_start() actually will fail on Windows currently because we're
using a non-thread-safe version of mosquitto.dll

This moves the mqtt thread start further up before some *nix-specific stuff,
so hopefully that's not an issue.
parent 84e7e225
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3501 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment