Skip to content

V2.0.0

Compare
Choose a tag to compare
@hreintke hreintke released this 19 Dec 23:05
· 1744 commits to master since this release

Generic

This is an Update Release of Sming Framework.

Important Changes

  • No support for Espressif NONOS V1.3.0 or earlier
  • ArduinoJson version update from 4.2 to 5.0.5
  • Rom creation now uses esptool2, please have this in your path or set ESPTOOL2 env var to point to the binary

Release notes

  • SDK v1.4.0 & v1.5.0 support
  • Fix to ensure flash size is correctly set when flashing rBoot with a flash tool that does not set it for you
  • Performance fix when closing TCP connections
  • New upstream ArduinoJson
  • SmartConfig support added to Station class
  • Adafruit Neopixel driver and sample added
  • Formatting spiffs now done properly, to enable future features like enabling the magic option
  • getNetworkMask(), getNetworkGateway() & getNetworkBroadcast() added to AccessPoint class
  • getNetworkBroadcast() added to Station class
  • Last will and testament support for MQTT
  • Websockets support for CommandProcessing
  • Hardware PWM support (your results may vary!)
  • Fix return code for initialising SD card
  • Pass USER_CFLAGS to compiler (you can define this in your Makefile-user.mk to pass options to the build)