We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 834d412 + 9823652 commit 40c016eCopy full SHA for 40c016e
examples/full_test_suite/full_test_suite.ino
@@ -12,7 +12,7 @@
12
#include "config.h"
13
14
int test_delay = 1000; //so we don't spam the API
15
-boolean describe_tests = true;
+bool describe_tests = true;
16
17
char serverAddress[] = "192.168.0.3"; // server address
18
int port = 8080;
0 commit comments