Skip to content

Commit 38a31a4

Browse files
committed
Update examples
1 parent 086ba55 commit 38a31a4

File tree

37 files changed

+0
-37
lines changed

37 files changed

+0
-37
lines changed

examples/App/AppInitialization/Async/Callback/CustomAuth/CustomAuth.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ AsyncClient aClient(ssl_client, getNetwork(network));
125125

126126
void setup()
127127
{
128-
129128
Serial.begin(115200);
130129
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
131130

examples/App/AppInitialization/Async/Callback/CustomAuthFile/CustomAuthFile.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ AsyncClient aClient(ssl_client, getNetwork(network));
145145

146146
void setup()
147147
{
148-
149148
Serial.begin(115200);
150149
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
151150

examples/App/AppInitialization/Async/Callback/NoAuth/NoAuth.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ AsyncClient aClient(ssl_client, getNetwork(network));
7676

7777
void setup()
7878
{
79-
8079
Serial.begin(115200);
8180
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
8281

examples/App/AppInitialization/Async/Callback/SaveAndLoad/SaveAndLoad.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ AsyncClient aClient(ssl_client, getNetwork(network));
114114

115115
void setup()
116116
{
117-
118117
Serial.begin(115200);
119118
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
120119

examples/App/AppInitialization/Async/Callback/ServiceAuth/ServiceAuth.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ AsyncClient aClient(ssl_client, getNetwork(network));
115115

116116
void setup()
117117
{
118-
119118
Serial.begin(115200);
120119
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
121120

examples/App/AppInitialization/Async/Callback/ServiceAuthFile/ServiceAuthFile.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ AsyncClient aClient(ssl_client, getNetwork(network));
129129

130130
void setup()
131131
{
132-
133132
Serial.begin(115200);
134133
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
135134

examples/App/AppInitialization/Async/Callback/TokenAuth/AccessToken/AccessToken.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ AsyncClient aClient(ssl_client, getNetwork(network));
8585

8686
void setup()
8787
{
88-
8988
Serial.begin(115200);
9089
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
9190

examples/App/AppInitialization/Async/Callback/TokenAuth/CustomToken/CustomToken.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ bool taskComplete = false;
8686

8787
void setup()
8888
{
89-
9089
Serial.begin(115200);
9190
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
9291

examples/App/AppInitialization/Async/Callback/TokenAuth/IDToken/IDToken.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ AsyncClient aClient(ssl_client, getNetwork(network));
8585

8686
void setup()
8787
{
88-
8988
Serial.begin(115200);
9089
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
9190

examples/App/AppInitialization/Async/Callback/TokenAuth/LegacyToken/LegacyToken.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ AsyncClient aClient(ssl_client, getNetwork(network));
7575

7676
void setup()
7777
{
78-
7978
Serial.begin(115200);
8079
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
8180

0 commit comments

Comments
 (0)