We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2d249 commit c8db568Copy full SHA for c8db568
.tests/AdafruitIO_Data/AdafruitIO_Data.ino
@@ -67,7 +67,7 @@ bool compareDouble(double a, double b)
67
{
68
#ifdef __AVR__
69
return abs(a-b) < 0.00001;
70
-#elif
+#else
71
return abs(a-b) < 0.000001;
72
#endif
73
}
0 commit comments