Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v2.6.1 #808

Merged
merged 74 commits into from
Mar 31, 2025
Merged

release v2.6.1 #808

merged 74 commits into from
Mar 31, 2025

Conversation

WantClue
Copy link
Collaborator

merges dev-latest into master

eandersson and others added 30 commits January 21, 2025 21:14
* fix: add mock data and cache to theme service

* chore: cleanup
* fix: Color swarm ips by model or count

* fix: Add legend at bottom of table
* fix: Show IP of bitaxe you are restarting on swarm

* fix: show edit uri if provided on toasts
Makes the recovery page an embedded file rather
than a C header. This increases readability and
also serves as an example for Issue #308.
* feat: add new Design menu

* fix: remove theme from settings

* feat: add orange

* fix: remove old theme-config

* fix: add proper spacing

* fix: labeling
* feat: pool component

* fix: style Pool Configuration

* fix: add restart logic to pool settings
* Enable Unit Test CI

* Remove non-functional entrypoint

* symlink CMakeLists.txt
* Reduce invalid job found from error to info

* Standarized on LOGW for Invalid job
* Update angular to 18

* Bump to Angular 18.2.13

* Fix security warnings
* Grandma knows what Wifi means!

Use Wifi instead of SSID on screen, and add short `(join for setup)` message instead of `Configuration SSID`.
This should be easier to understand, but does add 2 characters, which will fill the screen completely.

* Change NVS configs to init wifi with empty strings, and check for empty string when initializing wifi

* Change `WiFi` to `Wi-Fi` in `connect.c`

* Change what information shows on screen during inital setup and on wifi error

* fix: remove camelCase

remove Bitaxe camel case

---------

Co-authored-by: Upstream Data <[email protected]>
Co-authored-by: WantClue <[email protected]>
* init

* fix: filter out poor networks
* Fix Wi-Fi spelling

* Shorten label
* feature: wifi reconnect disable wifi connect

* fix: scanning flag to prevent reconnect attempts

* fix: add external bool, define globally

* fix: wifi scan on missing ssid

* fix: remove unused connected flag
* Disconnect if no data received in more than 10 minutes

* Minor socket fix

* Removed unused code and minor nit fix
* initial changes for the gammaturbo bringup
* added preliminary TPS546 changes
* added preliminary EMC2103 support
* ASIC temp seems to be maybe working.
* magically now fan seems to have the right polarity
* added in ideality and beta constants (currently unused). Fixed EMC2103_get_fan_speed()
* abstract fan and ASIC temp into thermal functions
* abstracted voltage regulator specifics out of tasks and into power.c and vcore.c functions
* add TPS546 support for multiple models
* move TPS40305/DS4432U vout setter to DS4432U.c
* move all ASIC specific functions to asic.c
* bad device_model nvs handling
* remove old code
* add workaround for TPS546 VIN_UV_WARN_LIMIT silicon bug.
* fix(ui): display placeholder for unavailable ASIC temp
* fix(screen): update placeholders to match UI
* Init AxeOS AP mode

* Use minimal layout with logo for AP mode

* apEnabled off
* fix: Move avg hash to card & add eff avg

* fix: Try different layout

* fix: Move expected to under avg
WantClue and others added 28 commits March 9, 2025 13:58
* feat: frequency transition

* remove floats that are unnecessary

* fix: callback of set_freq function

* refactor asic model code to asic.c

* fix: change namining scheme
* Verify CHIP_ID response

Fixes #740

* Log warning on CHIP_ID mismatch

* Fix CHIP_ID checksum calculation

* On BM1397, CORE_NUM should be 0x18

* CORE_NUM and ADDR log only and early exit when no chips are detected

* Fix compile error

* Refactored out duplicated code

Moved count_asic_chips and receive_work functions to common.c
Moved asic_response_buffer to local scope
Unified preamble and crc check on serial rx
Fixed typo in proccess_work
Moved CRC5_MASK define to proper location

* Change receive_work read timeout log to debug

* Changed wrong log to debug

* Fix merge

* Fix length check for bm1397

* add ASIC TX dubugging on BM1397 (crap, does this fix the ticket mask?!)

---------

Co-authored-by: Skot <[email protected]>
* fix: use url params to unlock overclock

* fix: better message

* chore: wording update again

* chore: shorten message more
* fix: use url params to unlock overclock

* fix: better message

* chore: wording update again

* chore: shorten message more

* feat: add nvs storage of oc mode

* fix: remove duplicate

---------

Co-authored-by: mrv777 <[email protected]>
* Improve null handling in API settings PATCH

* Use CJSON lib function for string detection

This reverts commit e0cbb87.
update permissions on workflow
* add ISR for SMB_ALRT and checking in systemtask

* change order of gpio ISR init

* switch back tp TPS546 status polling

* added some comments arbout the structure of the 3 fault responses

* feat: add TPS alerts to UI

* change Gamma VIN_OV_FAULT_LIMIT from 5.5V to 6.5V

* changed the power fault banner to use the SYSTEM_MODULE.power_fault flag. Found the right TPS546 register so that a soft reset clears a power fault.

* clean up fault alert wording

* remove the PMBUS_ALERT interrupt -- that never worked.

* cleanup https_server.c includes

* remove unused TPS546 functions

* handle setting the power_fault flag in TPS546.c. only print the error messages once.

* make TPS542 faults debug more consistent

* added more detail to TPS546_parse_status()

---------

Co-authored-by: WantClue <[email protected]>
* make sure to gpio_install_isr_service() in selftest

* fix the scrolling message on selftest pass/fail
* global_state: Remove unused bm1397Module

The asic frequency is stored in POWER_MANAGEMENT_MODULE->frequency_value.

Signed-off-by: Robin van der Gracht <[email protected]>

* Remove unused bm1397Module

---------

Signed-off-by: Robin van der Gracht <[email protected]>
Co-authored-by: Robin van der Gracht <[email protected]>
* ensure timeout in self test

* explict type cast

* update explicit target percentages
* add max_power_settings

* feat: remove hard coded maxPower gauge

* feat: add variable voltage as well

* fix: remove hard coded marker

* fix: remove max_voltage
* Add an asic-status screen and graceful continuation

Fixes #311

* Remove asic_state when model_name is unknown
* Added nodejs and npm v20 installation

This closes #762.

The required version can't be installed with `apt` since in the `espressif/idf:v5.4` image the default version is 18.

The `gzipper` package, on the other hand, requires at least version 20.

* Bumped node.js version to 22

As suggested in #763 (comment).
Copy link

Unit Test Results

20 tests   20 ✔️  0s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 8b92c9d.

@WantClue WantClue merged commit d3486df into master Mar 31, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.