Releases: SmingHub/Sming
Releases · SmingHub/Sming
v1.3.0
Generic
This is a new Base Release of Sming Framework.
Since the 1.2.0 release, major effort has been done to stabilize Core and extend with major functionality.
Note: the libsming.a binary is not included in the source release any more, please build it yourself.
(New) Features
- ESP8266 functionality based on Espressif SDK 1.3.0
- TCP Stack based on LWIP
- HTTP, AJAX, Websockets support
- MQTT, support based on libemqtt
- OTA support based on rBoot (open source bootloader)
- Filesystem support based on Spiffs and Spiffy
- JSON support based in ArduinoJson
Libraries
A large number of (Arduino) libraries have been ported to the Sming environment.
Please check the Libraries and Examples folder for a full list.
1.2.0
New features
Fixes
1.1.0
New examples added:
- Basic_AirUpdate
- HttpServer_ConfigNetwork
- ...
New features & changes
- Cross platform compatibility
- Sming is a library
- Sming project builds separately from core
- Chocolatey
sming.core
package updated to 1.1.0
Breaking Changes
- SMING_HOME and ESP_HOME environment variables have to be set (see QuickStart)
- PATH env variable has to be have correct mingw values on Windows (see Windows - Manual Installation)