-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89e4832
commit a4305ef
Showing
26 changed files
with
2,592 additions
and
15,441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,26 @@ | ||
# Changelog | ||
|
||
# [3.5.0] | ||
## [3.5.2] | ||
|
||
## Removed | ||
### Added | ||
|
||
- upload of config files | ||
|
||
### Changed | ||
|
||
- bright theme for better identification of loader | ||
- use tasmota platform 6.4.0 for minimized flash usage | ||
|
||
### **BREAKING CHANGES** | ||
|
||
- small loader partition, flash with USB | ||
|
||
## [3.5.1] | ||
|
||
### Removed | ||
|
||
- all, except uploading and network | ||
|
||
## **BREAKING CHANGES:** | ||
### BREAKING CHANGES | ||
|
||
- partitions | ||
- partitions, flash with USB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Name, Type, SubType, Offset, Size, Flags | ||
nvs, data, nvs, 0x9000, 0x5000, | ||
otadata, data, ota, , 0x2000, | ||
app0, app, ota_0, , 0x140000, | ||
app1, app, ota_1, , 0x2A0000, | ||
app0, app, ota_0, , 0x100000, | ||
app1, app, ota_1, , 0x2E0000, | ||
spiffs, data, spiffs, , 64K, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"adapter": "react", | ||
"baseLocale": "pl", | ||
"$schema": "https://unpkg.com/typesafe-i18n@5.24.2/schema/typesafe-i18n.json" | ||
} | ||
"adapter": "react", | ||
"baseLocale": "pl", | ||
"$schema": "https://unpkg.com/typesafe-i18n@5.26.2/schema/typesafe-i18n.json" | ||
} |
Oops, something went wrong.