Skip to content

Commit

Permalink
0.8.48
Browse files Browse the repository at this point in the history
* merge PR: pin selection for ESP-32 S2 #1334
* merge PR: enhancement: power graph display option #1330
  • Loading branch information
lumapu committed Jan 7, 2024
1 parent 42926c4 commit 3c5be9a
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 250 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/compile_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ jobs:
with:
merge-multiple: true
path: firmware
- name: Display structure of downloaded files
run: ls -R firmware

- name: Get Version from code
id: version_name
Expand All @@ -161,19 +159,6 @@ jobs:
env:
VERSION: ${{ steps.version_name.outputs.name }}

# - name: Create Manifest
# working-directory: src
# run: python ../scripts/buildManifest.py
#
# - name: Create Artifact
# uses: actions/upload-artifact@v3
# with:
# name: ahoydtu_dev
# path: |
# src/firmware/*
# src/User_Manual.md
# src/install.html

- name: Rename firmware directory
run: mv firmware ${{ steps.version_name.outputs.name }}

Expand Down
4 changes: 4 additions & 0 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Development Changes

## 0.8.48 - 2024-01-07
* merge PR: pin selection for ESP-32 S2 #1334
* merge PR: enhancement: power graph display option #1330

## 0.8.47 - 2024-01-06
* reduce GxEPD2 lib to compile faster
* upgraded GxEPD2 lib to `1.5.3`
Expand Down
2 changes: 1 addition & 1 deletion src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 47
#define VERSION_PATCH 48

//-------------------------------------
typedef struct {
Expand Down
Loading

0 comments on commit 3c5be9a

Please sign in to comment.