only format code

This commit is contained in:
Joerg Lehmann 2020-08-04 16:16:30 +02:00
parent 0aa2c11402
commit 3bb6edd1e8
1 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ bool SetupScales(byte dbg_level)
if (debug_level > 0) {
gCatena.SafePrintf("SetupScales start\n");
}
// pinMode(interruptPin, INPUT);
// pinMode(interruptPin, INPUT);
if (!myScale.begin(Wire, false))
{