We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi thanks to download with Arduino IDE change the partition scheme of ESP32 with no OTA 2mb-2mb and #define MQTT_MAX_PACKET_SIZE 2048
#define MQTT_MAX_PACKET_SIZE 2048
to install nom on Mac
but with Mosquitto upgrade I' ve a problems with pid_file /var/run/mosquitto/mosquitto.pid
Mosquitto 2 work only with allow_anonymous true and
#port 1883 listener 1883
this is the correct command to run mosquitto -c mosquitto-demo.conf -p 1884
mosquitto -c mosquitto-demo.conf -p 1884
now work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
thanks
to download with Arduino IDE change the partition scheme of ESP32 with no OTA 2mb-2mb and
#define MQTT_MAX_PACKET_SIZE 2048
to install nom on Mac
but with Mosquitto upgrade I' ve a problems with pid_file /var/run/mosquitto/mosquitto.pid
Mosquitto 2 work only with allow_anonymous true
and
#port 1883
listener 1883
this is the correct command to run
mosquitto -c mosquitto-demo.conf -p 1884
now work
The text was updated successfully, but these errors were encountered: