We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220efa6 commit 75fadacCopy full SHA for 75fadac
particle/examples/local-compile/local-compile.ino
@@ -112,7 +112,7 @@ void loop() {
112
Serial.print(configSize);
113
Serial.print(F(" bytes written while broadcasting pins"));
114
}
115
-
+
116
Spark.process();
117
118
@@ -129,6 +129,8 @@ void readData() {
129
130
131
void connectToServer() {
132
+ hasAuthenticated = false;
133
134
Serial.println(F("Connecting to the server."));
135
Serial.flush();
136
@@ -143,6 +145,7 @@ void connectToServer() {
143
145
144
146
147
void connectToLocalServer() {
148
149
Serial.println(F("Connecting to local server."));
150
151
0 commit comments