Skip to content

Commit

Permalink
prep
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Jun 8, 2024
1 parent 2e77138 commit 8c30193
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish wiki
on:
push:
branches:
- 2024.5.0
- 2024.6.*
- 2024.1.0-prerelease
paths:
- wiki/**
Expand Down
2 changes: 1 addition & 1 deletion components/ehmtxv2/EHMTX.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const uint8_t TEXTSCROLLSTART = 8;
const uint8_t TEXTSTARTOFFSET = (32 - 8);

const uint16_t POLLINGINTERVAL = 250;
static const char *const EHMTX_VERSION = "2024.5.0";
static const char *const EHMTX_VERSION = "2024.6.0";
static const char *const TAG = "EHMTXv2";

enum show_mode : uint8_t
Expand Down
2 changes: 1 addition & 1 deletion install/ulanzi-easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ external_components:
- source:
type: git
url: https://github.com/lubeda/EspHoMaTriXv2
ref: "2024.5.0"
ref: "2024.6.0"
refresh: 600s
components: [ ehmtxv2 ]

Expand Down

0 comments on commit 8c30193

Please sign in to comment.