Skip to content

Commit

Permalink
Update Settings.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Jun 1, 2024
1 parent 435af59 commit 3f9609a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/Core/Inc/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
#define SETTINGS_H_
#include <stdbool.h>
#include <stdint.h>
#define SETTINGSVERSION (0x2A) // This number is frozen, do not edit
#ifdef MODEL_Pinecilv2
// Required settings reset for PR #1917
#define SETTINGSVERSION (0x2B) // This number is frozen, do not edit

#else
#define SETTINGSVERSION (0x2A) // This number is frozen, do not edit
#endif
enum SettingsOptions {
SolderingTemp = 0, // current set point for the iron
SleepTemp = 1, // temp to drop to in sleep
Expand Down

0 comments on commit 3f9609a

Please sign in to comment.