From f6894e03f817eb65eeb5123e63bc6eda8b4a0138 Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Mon, 13 Jan 2020 23:38:43 -0800 Subject: [PATCH] Add more debugging context (commented out) --- settings.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/settings.cpp b/settings.cpp index eb95c18..dac384a 100644 --- a/settings.cpp +++ b/settings.cpp @@ -39,7 +39,9 @@ bool LoadSane(T& dest,uint16_t addr, T min, T max) } //Serial.print(addr); //Serial.print(F(": Not valid: ")); - //Serial.println(read_value); + //Serial.print(read_value); + //Serial.print(F(" Leaving value at ")); + //Serial.println(dest); return false; }