We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834d412 commit 9823652Copy full SHA for 9823652
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