martin-ger / esp_mqtt

MQTT Broker/Bridge on the ESP8266
MIT License
293 stars 68 forks source link

Size constraint #53

Open beikeland opened 4 years ago

beikeland commented 4 years ago
>4KB is somewhat arbitrary. Could increase that... _Originally posted by @martin-ger in https://github.com/martin-ger/esp_mqtt/issues/27#issuecomment-364529529_ Just finished a load balancing script for two OpenEVSE chargers and ended up more or less minifying the variables to fit in 4K. I'm sure there is room to improve the code, but if space is not an issue I could easily see myself using way more to produce readble code and maybe a comment or two. Besides that two thumbs up for super easy and flexible mqtt magic!