Git rid of extra blanks lines.
This commit is contained in:
parent
ff48bcb52d
commit
0970dee99a
@ -11,7 +11,6 @@
|
||||
#include <MD_REncoder.h>
|
||||
#include <Adafruit_MAX31865.h>
|
||||
|
||||
|
||||
// My Includes
|
||||
#include "config.h"
|
||||
#include "button.h"
|
||||
@ -59,9 +58,7 @@ void doEncoder()
|
||||
|
||||
if (result) {
|
||||
uint8_t speed = rotary.speed();
|
||||
|
||||
speed >= 10 ? inc = 5 : inc = 1;
|
||||
|
||||
}
|
||||
|
||||
if (result == DIR_CW && KettleDuty < 100) {
|
||||
|
Loading…
Reference in New Issue
Block a user