Add EXTRA_FAN_SPEED feature

This commit is contained in:
studiodyne
2017-10-07 16:29:22 +02:00
committed by Scott Lahteine
parent 31d0b77df7
commit e04902f589
33 changed files with 333 additions and 17 deletions

View File

@@ -398,6 +398,9 @@
#ifndef MSG_FAN_SPEED
#define MSG_FAN_SPEED _UxGT("Fan speed")
#endif
#ifndef MSG_EXTRA_FAN_SPEED
#define MSG_EXTRA_FAN_SPEED _UxGT("Extra fan speed")
#endif
#ifndef MSG_FLOW
#define MSG_FLOW _UxGT("Flow")
#endif