Skip to content

Commit

Permalink
Sming v3.5.1 is here. With this minor version you will be have more f…
Browse files Browse the repository at this point in the history
…ree heap memory at your disposable and less bugs.

- [x] Unified the stream classes for better testability and reusability. (#1332) The `length()` method in the DataSourceStream classes is deprecated and will be removed in the coming versions. Use `available()` instead.
- [x] MacOS compatibility issues. (#1316)
- [x] Memory Optimization: Moved C++ vtables into IRAM, out of HEAP. In some cases increased the free heap with 3K. (#1320)
- [x] Updated axTLS to its latest version and increased available free heap (#1329).
- [x] Decreased the default debug messages in the network layer (#1327) as part of our effort to provide better out-of-the-box experience (#1328)
- [x] Reorganization: Moved the tools under tools/ folder and added esptool2 as submodule as part of the better experience.
- [x]  Fix: Added linker flags to allow the use of custom crash handlers in the user code. (#1326)
- [x] Small fix to the FreeBSD make mechanism.
- [x] HardwareSerial: Fix for zero availableCharsCount in callback ... (#1307)
- [x] Adds Cygwin32 build support (#1306)
- [x] Modified libemqtt & MqttClient to allow the publishing of binary messages (#1300)

All PRs scheduled for this release can be seen from [here](https://github.com/SmingHub/Sming/milestone/14)
  • Loading branch information
Slavey Karadzhov committed Mar 5, 2018
2 parents fa39c52 + 3685b6f commit 201a74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SDK = Software Development Kit
n/a = The selected SDK is not available on that OS

## Latest Stable Release
- [Sming V3.5.0](https://github.com/SmingHub/Sming/releases/tag/3.5.0)
- [Sming V3.5.1](https://github.com/SmingHub/Sming/releases/tag/3.5.1)

## Getting started
- [Windows](https://github.com/SmingHub/Sming/wiki/Windows-Quickstart)
Expand Down
2 changes: 1 addition & 1 deletion Sming/SmingCore/SmingCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef _NET_WIRING_
#define _NET_WIRING_

#define SMING_VERSION "3.5.0" // Major Minor Sub
#define SMING_VERSION "3.5.1" // Major Minor Sub

#include "../Wiring/WiringFrameworkIncludes.h"

Expand Down

0 comments on commit 201a74b

Please sign in to comment.