1
0
forked from me/IronOS

MHP30: Shutdown settings (#1307)

* Reduce PPS max to 20V to avoid instability

Some PSU's cant actually run at 21V

* Creating a rough draft of a "pre start check" concept

* Newer alpine

* Cleaning up MHP detection

* Cleanup comments

* PID: Run prestart based on ADC IRQ rather than times

* MHP30: Far better startup for detecting tip gain

* Newer alpine for github CI

* Bugfix: Exit on movement

* Feature: Shutdown timeout for MHP30
This commit is contained in:
Ben V. Brown
2022-06-16 20:28:49 +10:00
committed by GitHub
parent 3bb1b7bc32
commit 165a9952c2
4 changed files with 48 additions and 40 deletions

View File

@@ -3,9 +3,9 @@
#include "OLED.hpp"
#include "Setup.h"
extern uint32_t currentTempTargetDegC;
extern bool settingsWereReset;
extern bool usb_pd_available;
extern volatile uint32_t currentTempTargetDegC;
extern bool settingsWereReset;
extern bool usb_pd_available;
#ifdef __cplusplus
extern "C" {
#endif