mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Changed platformio compiler option
Changed platformio compiler option `no target align` enabled for stage
This commit is contained in:
parent
f44ddd64da
commit
cc69244a8f
@ -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]
|
||||
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user