Conversation
…d ch224 library code, add request_voltage_closest function
…n and a safer starting point
…ner gpio interface
…es are scheduled in front of existing queued elements
…file to replace gpiod with lgpio following the same change in build.sh
|
FWIW I updated a Pi to trixie, and installed this branch and it's working fine. |
…andled automatically by esp now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #379
Support DC-powered OS 3.4 (USB-PD): Integrates CH224 USB-PD library and allows setting a target PD voltage.
Preemptive Running for Manual Actions: Manual station runs, Run-once programs, and manually started programs support user-specified queuing options (via the
pre=parameter):0: run after others (append),1: run now and pause others (insert at front),2: run now and stop others (i.e. replace, which is the default behavior in previous firmwares for the/mpand/crendpoints).OSPi GPIO Backend: Switch from
libgpiotolgpio(simpler API; compatible with Raspbian Trixie; avoids libgpiod v2's breaking changes).Smoother Current Readings: Add exponential moving average (EMA) for current sensing (addresses #379).
Weather Script URL: Support explicit
http/httpsand custom port for the weather script path (facilitates local testing).Smaller Static Pages: Serve AP homepage and firmware update pages as minified + compressed HTML.
Documentation Changes: Use
mkdocsand GitHub Pages for documentation.