Skip to content

Commit 8d6f731

Browse files
caco3SybexX
andauthored
v15.6.0 (#2876)
* Fix pipeline (#2860) fix action * ATA-Trim support (#2864) Fix issues with the SD-Card initialization * Update Changelog.md --------- Co-authored-by: michael <[email protected]>
1 parent 019069c commit 8d6f731

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+824
-30695
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ jobs:
416416
echo "Updating index and manifest file..."
417417
sed -i 's/$VERSION/${{ steps.last_release.outputs.tag_name }}/g' docs/index.html
418418
sed -i 's/$VERSION/${{ steps.last_release.outputs.tag_name }}/g' docs/manifest.json
419+
419420
- name: Setup Pages
420421
uses: actions/configure-pages@v4
421422

@@ -426,4 +427,4 @@ jobs:
426427

427428
- name: Deploy to GitHub Pages
428429
id: deployment
429-
uses: actions/deploy-pages@v4
430+
uses: actions/deploy-pages@v3 # Note: v4 does not work!

Changelog.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
## [15.5.0] - 2024-02-02
1+
## [15.6.0] - 2024-02-09
22

3-
### Changes
3+
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.5.0...v15.6.0)
4+
5+
#### Fixed
6+
7+
* Fixed issues with the SD-Card initialization
8+
9+
## [15.5.0] - 2024-02-02
410

511
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.4.0...v15.5.0)
612

@@ -20,8 +26,6 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/
2026

2127
## [15.4.0] - 2023-12-22
2228

23-
### Changes
24-
2529
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.3.0...v15.4.0)
2630

2731
#### Changed
@@ -47,13 +51,10 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/
4751
* Minor html response bugfix
4852

4953
- Memory leakage (MQTT)
50-
5154

5255

5356
## [15.3.0] - 2023-07-22
5457

55-
### Changes
56-
5758
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.3.0...v15.2.4)
5859

5960
#### Changed
@@ -63,13 +64,8 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/
6364
- ana-cont_1207_s2_q.tflite
6465
- dig-cont_0620_s3_q.tflite
6566

66-
67-
68-
6967
## [15.2.4] - 2023-05-02
7068

71-
### Changes
72-
7369
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.2.1...v15.2.4)
7470

7571
#### Changed
@@ -93,8 +89,6 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/
9389

9490
## [15.2.0] - 2023-04-23
9591

96-
### Changes
97-
9892
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.1.1...v15.2.0)
9993

10094
#### Added
@@ -124,8 +118,6 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/
124118

125119
## [15.1.1] - 2023-03-23
126120

127-
### Changes
128-
129121
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.1.0...v15.1.1)
130122

131123
#### Added

code/components/esp-fatfs/CMakeLists.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

code/components/esp-fatfs/README.md

Lines changed: 0 additions & 278 deletions
This file was deleted.

0 commit comments

Comments
 (0)