Is your feature request related to a problem?
For my use case, we can potentially make things more efficient if we could subscribe to lots of topics. Currently, ESP-AT only supports 10 MQTT topics (https://docs.espressif.com/projects/esp-at/en/latest/esp32c5/AT_Command_Set/MQTT_AT_Commands.html#id28). From what I can tell, this is not configurable anywhere.
Describe the solution you'd like.
Some way to configure the max number of MQTT Topics.
Describe alternatives you've considered.
Ensure that my host keeps track of all subscribed MQTT topics and never exceeds the limit of 10.
Additional context.
No response
Is your feature request related to a problem?
For my use case, we can potentially make things more efficient if we could subscribe to lots of topics. Currently, ESP-AT only supports 10 MQTT topics (https://docs.espressif.com/projects/esp-at/en/latest/esp32c5/AT_Command_Set/MQTT_AT_Commands.html#id28). From what I can tell, this is not configurable anywhere.
Describe the solution you'd like.
Some way to configure the max number of MQTT Topics.
Describe alternatives you've considered.
Ensure that my host keeps track of all subscribed MQTT topics and never exceeds the limit of 10.
Additional context.
No response