1
0
forked from me/IronOS

Disable display rotation selection

This commit is contained in:
Ben V. Brown
2021-05-06 19:33:51 +10:00
parent 1b3445cefa
commit bd25aefe29
2 changed files with 9 additions and 3 deletions

View File

@@ -219,6 +219,7 @@
#define MIN_TEMP_F 60 // Min soldering temp selectable °F
#define MIN_BOOST_TEMP_C 150 // The min settable temp for boost mode °C
#define MIN_BOOST_TEMP_F 300 // The min settable temp for boost mode °F
#define NO_DISPLAY_ROTATE // Disable OLED rotation by accel
#endif