beremiz

Modbus: allows modbus thread stack size customization with MODBUS_STACK_SIZE macro.

For example, add "-DMODBUS_STACK_SIZE=0x2000" to target CFLAGS to limit stack size to 128kB
# mqtt/__init__.py
from __future__ import absolute_import
from .client import MQTTClient