Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -309,7 +309,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v3
|
||||||
id: create_release
|
id: create_release
|
||||||
with:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
node-version: 24
|
node-version: 24
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v5
|
uses: pnpm/action-setup@v6
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
|
|||||||
@@ -202,7 +202,7 @@ void EInkParallelDisplay::display(void)
|
|||||||
|
|
||||||
// Get pointers to internal buffers
|
// Get pointers to internal buffers
|
||||||
uint8_t *cur = epaper->currentBuffer();
|
uint8_t *cur = epaper->currentBuffer();
|
||||||
uint8_t *prev = epaper->previousBuffer(); // may be NULL on first init
|
const uint8_t *prev = epaper->previousBuffer(); // may be NULL on first init
|
||||||
|
|
||||||
// Track changed row range while converting
|
// Track changed row range while converting
|
||||||
int newTop = h; // min changed row (initialized to out-of-range)
|
int newTop = h; // min changed row (initialized to out-of-range)
|
||||||
|
|||||||
@@ -20,5 +20,5 @@ build_flags =
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
${esp32s3_base.lib_deps}
|
${esp32s3_base.lib_deps}
|
||||||
# renovate: datasource=git-refs depName=meshtastic-st7789 packageName=https://github.com/meshtastic/st7789 gitBranch=main
|
# renovate: datasource=git-refs depName=meshtastic-st7789 packageName=https://github.com/meshtastic/st7789 gitBranch=main
|
||||||
https://github.com/meshtastic/st7789/archive/4d957e758eab3ac354e8f2a276c945f5fcbaaa03.zip
|
https://github.com/meshtastic/st7789/archive/a787beea5c6c8f864ba6787eb432bbefc575e6ad.zip
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ build_src_filter =
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
${esp32s3_base.lib_deps}
|
${esp32s3_base.lib_deps}
|
||||||
# renovate: datasource=git-refs depName=meshtastic-st7789 packageName=https://github.com/meshtastic/st7789 gitBranch=main
|
# renovate: datasource=git-refs depName=meshtastic-st7789 packageName=https://github.com/meshtastic/st7789 gitBranch=main
|
||||||
https://github.com/meshtastic/st7789/archive/4d957e758eab3ac354e8f2a276c945f5fcbaaa03.zip
|
https://github.com/meshtastic/st7789/archive/a787beea5c6c8f864ba6787eb432bbefc575e6ad.zip
|
||||||
# renovate: datasource=github-tags depName=pschatzmann_arduino-audio-driver packageName=pschatzmann/arduino-audio-driver
|
# renovate: datasource=github-tags depName=pschatzmann_arduino-audio-driver packageName=pschatzmann/arduino-audio-driver
|
||||||
https://github.com/pschatzmann/arduino-audio-driver/archive/v0.2.1.zip
|
https://github.com/pschatzmann/arduino-audio-driver/archive/v0.2.1.zip
|
||||||
# renovate: datasource=git-refs depName=ESP8266Audio packageName=https://github.com/meshtastic/ESP8266Audio gitBranch=meshtastic-2.0.0-dacfix
|
# renovate: datasource=git-refs depName=ESP8266Audio packageName=https://github.com/meshtastic/ESP8266Audio gitBranch=meshtastic-2.0.0-dacfix
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ void setupNicheGraphics()
|
|||||||
buttons->setTwoWayRockerPressHandlers(
|
buttons->setTwoWayRockerPressHandlers(
|
||||||
[inkhud]() {
|
[inkhud]() {
|
||||||
bool systemHandlingInput = false;
|
bool systemHandlingInput = false;
|
||||||
for (InkHUD::SystemApplet *sa : inkhud->systemApplets) {
|
for (const InkHUD::SystemApplet *sa : inkhud->systemApplets) {
|
||||||
if (sa->handleInput) {
|
if (sa->handleInput) {
|
||||||
systemHandlingInput = true;
|
systemHandlingInput = true;
|
||||||
break;
|
break;
|
||||||
@@ -112,7 +112,7 @@ void setupNicheGraphics()
|
|||||||
},
|
},
|
||||||
[inkhud]() {
|
[inkhud]() {
|
||||||
bool systemHandlingInput = false;
|
bool systemHandlingInput = false;
|
||||||
for (InkHUD::SystemApplet *sa : inkhud->systemApplets) {
|
for (const InkHUD::SystemApplet *sa : inkhud->systemApplets) {
|
||||||
if (sa->handleInput) {
|
if (sa->handleInput) {
|
||||||
systemHandlingInput = true;
|
systemHandlingInput = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -23,4 +23,4 @@ build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/heltec_
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
${nrf52840_base.lib_deps}
|
${nrf52840_base.lib_deps}
|
||||||
# renovate: datasource=git-refs depName=meshtastic-st7789 packageName=https://github.com/meshtastic/st7789 gitBranch=main
|
# renovate: datasource=git-refs depName=meshtastic-st7789 packageName=https://github.com/meshtastic/st7789 gitBranch=main
|
||||||
https://github.com/meshtastic/st7789/archive/4d957e758eab3ac354e8f2a276c945f5fcbaaa03.zip
|
https://github.com/meshtastic/st7789/archive/a787beea5c6c8f864ba6787eb432bbefc575e6ad.zip
|
||||||
|
|||||||
@@ -132,4 +132,4 @@ build_flags = ${heltec_mesh_solar_base.build_flags}
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
${heltec_mesh_solar_base.lib_deps}
|
${heltec_mesh_solar_base.lib_deps}
|
||||||
# renovate: datasource=git-refs depName=meshtastic-st7789 packageName=https://github.com/meshtastic/st7789 gitBranch=main
|
# renovate: datasource=git-refs depName=meshtastic-st7789 packageName=https://github.com/meshtastic/st7789 gitBranch=main
|
||||||
https://github.com/meshtastic/st7789/archive/4d957e758eab3ac354e8f2a276c945f5fcbaaa03.zip
|
https://github.com/meshtastic/st7789/archive/a787beea5c6c8f864ba6787eb432bbefc575e6ad.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user