1
0
forked from me/IronOS

Merge branch 'master' into ralim/const-temp-catch

This commit is contained in:
Ben V. Brown
2021-06-09 08:49:07 +10:00
committed by GitHub
39 changed files with 260 additions and 7 deletions

View File

@@ -61,6 +61,8 @@ typedef struct {
uint8_t pdMissingWarningCounter; // Counter of how many times we have warned we cannot detect the pd interface
char uiLanguage[8]; // Selected UI Language code, null-terminated *only if* the length is less than 8 chars
uint8_t PDNegTimeout; // PD timeout in 100ms steps
uint32_t padding; // This is here for in case we are not an even divisor so
// that nothing gets cut off
// MUST BE LAST

View File

@@ -45,6 +45,7 @@ enum class SettingsItemIndex : uint8_t {
AdvancedSoldering,
ScrollingSpeed,
QCMaxVoltage,
PDNegTimeout,
PowerLimit,
ReverseButtonTempChange,
TempChangeShortStep,