1
0
forked from me/IronOS

WiP Power limit

This commit is contained in:
Ben V. Brown
2019-06-18 19:32:45 +10:00
parent 884f22c8af
commit b570ebae54
4 changed files with 13 additions and 6 deletions

View File

@@ -48,6 +48,9 @@ typedef struct {
uint8_t customTipGain; // Tip gain value if custom tuned, or 0 if using a
// tipType param
uint8_t tipType;
#ifdef MODEL_TS80
uint8_t pidPowerLimit;
#endif
uint32_t padding; // This is here for in case we are not an even divisor so
// that nothing gets cut off
} systemSettingsType;