mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-26 10:37:52 +00:00
Implement logic to determine the maximum number of active MQTT slots based on available memory. This change allows the system to warn users when attempting to connect more slots than supported by the hardware, improving user experience and preventing connection issues. The logic is centralized in the new getMaxActiveSlots() method, ensuring consistency across the codebase.