Skip to content

Commit

Permalink
Update comments (#1702)
Browse files Browse the repository at this point in the history
update comments
  • Loading branch information
ia authored Jun 14, 2023
1 parent ff61f7b commit 6fb8cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Core/Inc/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ enum SettingsOptions {
CalibrationOffset = 23, // This stores the temperature offset for this tip in the iron.
PowerLimit = 24, // Maximum power iron allowed to output
ReverseButtonTempChangeEnabled = 25, // Change the plus and minus button assigment
TempChangeLongStep = 26, // Change the plus and minus button assigment
TempChangeShortStep = 27, // Change the plus and minus button assigment
TempChangeLongStep = 26, // Temperature-change-increment on long button press
TempChangeShortStep = 27, // Temperature-change-increment on short button press
HallEffectSensitivity = 28, // Operating mode of the hall effect sensor
AccelMissingWarningCounter = 29, // Counter of how many times we have warned we cannot detect the accelerometer
PDMissingWarningCounter = 30, // Counter of how many times we have warned we cannot detect the pd interface
Expand Down

0 comments on commit 6fb8cda

Please sign in to comment.