mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-11-20 02:47:07 +01:00
Improve status messages on self-test finish. (#1086)
* Improve status messages on self-test finish. This doesn't change the logic, but does change the messaging to the user, mainly on a failed self-test which was started by pressing the BOOT button on start-up. Also moved display logic into self-test for clarity. Fixes #1076 * Missed some renamed variable * Improve wording * Wait on boot button is only for failed factory self-test * Add logging line * Call nvs_commit before esp_restart * More logging * Test boot button after factory self-test check
This commit is contained in:
@@ -47,5 +47,5 @@ DS4432U,data,u16,0
|
||||
INA260,data,u16,0
|
||||
# TPS546 (0,1)
|
||||
TPS546,data,u16,1
|
||||
# Self Test Power Consumption Target (> 0)
|
||||
# Self-test Power Consumption Target (> 0)
|
||||
power_cons_tgt,data,u16,12
|
||||
|
||||
Reference in New Issue
Block a user