Skip to content
Snippets Groups Projects
Commit 94037e8d authored by Stefan Gehr's avatar Stefan Gehr
Browse files

the spaces vs. tabs war continues

parent 6faf885d
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ void printFloat(float f, uint8_t decimals, uint8_t rightPad) {
void displayText(float t1up_C, float t1down_C, bool pump1, float t2up_C, float t2down_C, bool pump2,
UPDATESTATE state_t1up, UPDATESTATE state_t1down, UPDATESTATE state_t2up, UPDATESTATE state_t2down) {
// update the display only after a second passed
// update the display only after a second has passed
const uint32_t textMillis = 1000;
static uint32_t prevMillis = 0;
uint32_t curMillis = millis();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment