Skip to content

Commit

Permalink
v3.5.2 see changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Sep 8, 2023
1 parent 89e4832 commit a4305ef
Show file tree
Hide file tree
Showing 26 changed files with 2,592 additions and 15,441 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG_LATEST.md
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
4 changes: 2 additions & 2 deletions esp32_partition_4M.csv
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,
8 changes: 4 additions & 4 deletions interface/.typesafe-i18n.json
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"
}
Loading

0 comments on commit a4305ef

Please sign in to comment.