Skip to content

wave test#135

Closed
clydebarrow wants to merge 2 commits intodevfrom
wave-test
Closed

wave test#135
clydebarrow wants to merge 2 commits intodevfrom
wave-test

Conversation

@clydebarrow
Copy link
Owner

  • update workflow
  • testing

What does this implement/fix?

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Developer breaking change (an API change that could break external components)
  • Code quality improvements to existing code or addition of tests
  • Other

Related issue or feature (if applicable):

  • fixes

Pull request in esphome-docs with documentation (if applicable):

  • esphome/esphome-docs#

Test Environment

  • ESP32
  • ESP32 IDF
  • ESP8266
  • RP2040
  • BK72xx
  • RTL87xx
  • LN882x
  • nRF52840

Example entry for config.yaml:

# Example config.yaml

Checklist:

  • The code change is tested and works locally.
  • Tests have been added to verify that the new code works (under tests/ folder).

If user exposed functionality or configuration variables are added/changed:

@github-actions
Copy link

To use the changes from this PR as an external component, add the following to your ESPHome configuration YAML file:

external_components:
  - source: github://clydebarrow/esphome@pull/135/head
    components: [waveshare_epaper]
    refresh: 1h

(Added by the PR bot)

@github-actions
Copy link

Memory Impact Analysis

Components: waveshare_epaper
Platform: esp8266-ard

Metric Target Branch This PR Change
RAM 31,264 bytes 31,264 bytes ➡️ +0 bytes (0.00%)
Flash 343,467 bytes 343,467 bytes ➡️ +0 bytes (0.00%)

Note: This analysis measures static RAM and Flash usage only (compile-time allocation).
Dynamic memory (heap) cannot be measured automatically.
⚠️ You must test this PR on a real device to measure free heap and ensure no runtime memory issues.

This analysis runs automatically when components change. Memory usage is measured from a representative test configuration.

Copy link

@clydebarrow-test-app clydebarrow-test-app bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Deprecated Component

Hey there @clydebarrow,
This PR modifies one or more deprecated components. Please be aware:

Component: waveshare_epaper

The 'waveshare_epaper' component is deprecated and no new models will be added to it.
New model PRs should target the newer and more performant 'epaper_spi' component.

Consider migrating to the recommended alternative if applicable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments