Changed platformio compiler option

Changed platformio compiler option `no target align` enabled for stage
This commit is contained in:
Theo Arends 2020-11-05 13:55:17 +01:00
parent f44ddd64da
commit cc69244a8f
3 changed files with 6 additions and 6 deletions

View File

@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [9.1.0.0]
- Version bump
## [9.1.0.1]
### Changed
- platformio compiler option `no target align` enabled for stage
## [Released]

View File

@ -57,5 +57,5 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
[Complete list](BUILDS.md) of available feature and sensors.
## Changelog v9.1.0.0
- Version bump
## Changelog v9.1.0.1
- platformio compiler option `no target align` enabled for stage

View File

@ -20,7 +20,7 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x09010000;
const uint32_t VERSION = 0x09010001;
// Lowest compatible version
const uint32_t VERSION_COMPATIBLE = 0x07010006;